#1E02E8

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

Shades of Blue #1E02E8

Tints of Blue #1E02E8

Color information

#1E02E8 (or 0x1E02E8) is unknown color: approx Blue. HEX triplet: 1E, 02 and E8. RGB value is (30,2,232). Sum of RGB (Red+Green+Blue) = 30+2+232=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 232 (91.02% from 255 or 87.88% from 264); Max value from RGB is 232 - color contains mainly: blue. Hex color #1E02E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E02E8 is #E1FD17. Grayscale: #232323. Windows color (decimal): -14810392 or 15204894. OLE color: 15204894.

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

Color convert

RGB302232-
CMYK0.870.9900.09
HSL247.3º98.29%45.88%-
HSV(B)247.3º99.14%90.98%-
XYZ15.126.1576.73-
YUV36.59238.28123.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 232 (91.02% from 255) = 87.88%
R=11.36%
G=0.76%
B=87.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3022320.870.9900.09247.398.2945.88
Hex1E2E8576309f7622e
Octal36235012714301136714256
Binary1111010111010001010111110001101001111101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E02E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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