#1E02ED

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

Shades of Blue #1E02ED

Tints of Blue #1E02ED

Color information

#1E02ED (or 0x1E02ED) is unknown color: approx Blue. HEX triplet: 1E, 02 and ED. RGB value is (30,2,237). Sum of RGB (Red+Green+Blue) = 30+2+237=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E02ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E02ED is #E1FD12. Grayscale: #242424. Windows color (decimal): -14810387 or 15532574. OLE color: 15532574.

HSL color Cylindrical-coordinate representation of color #1E02ED: hue angle of 247.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02ED is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB302237-
CMYK0.870.9900.07
HSL247.15º98.33%46.86%-
HSV(B)247.15º99.16%92.94%-
XYZ15.846.4380.53-
YUV37.16240.78122.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 237 (92.97% from 255) = 88.10%
R=11.15%
G=0.74%
B=88.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3022370.870.9900.07247.1598.3346.86
Hex1E2ED576307f7622f
Octal3623551271430736714257
Binary111101011101101101011111000110111111101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E02ED; }

 p { color: rgb(30,2,237); }

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

<style>
 a { background-color: #1E02ED; }

 a { background-color: rgb(30,2,237); }

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

<style>
 span { border-color: #1E02ED; }

 span { border-color: rgb(30,2,237); }

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