#1E5ADE

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

Shades of Cerulean Blue #1E5ADE

Tints of Cerulean Blue #1E5ADE

Color information

#1E5ADE (or 0x1E5ADE) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 5A and DE. RGB value is (30,90,222). Sum of RGB (Red+Green+Blue) = 30+90+222=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ADE is #E1A521. Grayscale: #565656. Windows color (decimal): -14787874 or 14572062. OLE color: 14572062.

HSL color Cylindrical-coordinate representation of color #1E5ADE: hue angle of 221.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5ADE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3090222-
CMYK0.860.5900.13
HSL221.25º76.19%49.41%-
HSV(B)221.25º86.49%87.06%-
XYZ17.3812.8670.67-
YUV87.11204.1287.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.77%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 222 (87.11% from 255) = 64.91%
R=8.77%
G=26.32%
B=64.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30902220.860.5900.13221.2576.1949.41
Hex1E5ADE563B0Ddd4c31
Octal361323361267301533511461
Binary11110101101011011110101011011101101101110111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,90,222); }

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

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

 a { background-color: rgb(30,90,222); }

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

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

 span { border-color: rgb(30,90,222); }

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