#1E55CC

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

Shades of Cerulean Blue #1E55CC

Tints of Cerulean Blue #1E55CC

Color information

#1E55CC (or 0x1E55CC) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 55 and CC. RGB value is (30,85,204). Sum of RGB (Red+Green+Blue) = 30+85+204=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E55CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E55CC is #E1AA33. Grayscale: #515151. Windows color (decimal): -14789172 or 13391134. OLE color: 13391134.

HSL color Cylindrical-coordinate representation of color #1E55CC: hue angle of 221.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E55CC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3085204-
CMYK0.850.5800.2
HSL221.03º74.36%45.88%-
HSV(B)221.03º85.29%80%-
XYZ14.6811.1358.5-
YUV82.12196.7890.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.40%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=9.40%
G=26.65%
B=63.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal30852040.850.5800.2221.0374.3645.88
Hex1E55CC553A014dd4a2e
Octal361253141257202433511256
Binary111101010101110011001010101111010010100110111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,204); }

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

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

 a { background-color: rgb(30,85,204); }

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

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

 span { border-color: rgb(30,85,204); }

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