#1E54DD

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

Shades of Cerulean Blue #1E54DD

Tints of Cerulean Blue #1E54DD

Color information

#1E54DD (or 0x1E54DD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 54 and DD. RGB value is (30,84,221). Sum of RGB (Red+Green+Blue) = 30+84+221=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54DD is #E1AB22. Grayscale: #525252. Windows color (decimal): -14789411 or 14504990. OLE color: 14504990.

HSL color Cylindrical-coordinate representation of color #1E54DD: hue angle of 223.04º 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 #1E54DD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3084221-
CMYK0.860.6200.13
HSL223.04º76.1%49.22%-
HSV(B)223.04º86.43%86.67%-
XYZ16.7611.8469.81-
YUV83.47205.6189.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.96%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=8.96%
G=25.07%
B=65.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30842210.860.6200.13223.0476.149.22
Hex1E54DD563E0Ddf4c31
Octal361243351267601533711461
Binary11110101010011011101101011011111001101110111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,84,221); }

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

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

 a { background-color: rgb(30,84,221); }

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

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

 span { border-color: rgb(30,84,221); }

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