#2e02d7

Color #2E02D7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2E02D7

Tints of Medium Blue #2E02D7

Color information

#2E02D7 (or 0x2E02D7) is unknown color: approx Medium Blue. HEX triplet: 2E, 02 and D7. RGB value is (46,2,215). Sum of RGB (Red+Green+Blue) = 46+2+215=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 215 (84.38% from 255 or 81.75% from 263); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E02D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E02D7 is #D1FD28. Grayscale: #262626. Windows color (decimal): -13761833 or 14090798. OLE color: 14090798.

HSL color Cylindrical-coordinate representation of color #2E02D7: hue angle of 252.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E02D7 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB462215-
CMYK0.790.9900.16
HSL252.39º98.16%42.55%-
HSV(B)252.39º99.07%84.31%-
XYZ13.415.5364.65-
YUV39.44227.08132.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 17.49%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 215 (84.38% from 255) = 81.75%
R=17.49%
G=0.76%
B=81.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4622150.790.9900.16252.3998.1642.55
Hex2E2D74F63010fc622b
Octal56232711714302037414253
Binary101110101101011110011111100011010000111111001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e02d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e02d7; }

 p { color: rgb(46,2,215); }

 H1.HeaderClassName
 {
   color: #2e02d7;
 }
 .AnyTagClassName
 {
   color: #2e02d7;
 }
</style>
background-color css

<style>
 a { background-color: #2e02d7; }

 a { background-color: rgb(46,2,215); }

 div.DivClassName
 {
   background-color: #2e02d7;
 }
 .BgClassName
 {
   background-color: #2e02d7;
 }
</style>
border-color css

<style>
 span { border-color: #2e02d7; }

 span { border-color: rgb(46,2,215); }

 td.TdClassName
 {
   border-color: #2e02d7;
 }
 .TagClassName
 {
   border-color: #2e02d7;
 }
</style>