#1E4CC0

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

Shades of Cerulean Blue #1E4CC0

Tints of Cerulean Blue #1E4CC0

Color information

#1E4CC0 (or 0x1E4CC0) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4C and C0. RGB value is (30,76,192). Sum of RGB (Red+Green+Blue) = 30+76+192=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E4CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4CC0 is #E1B33F. Grayscale: #4A4A4A. Windows color (decimal): -14791488 or 12602398. OLE color: 12602398.

HSL color Cylindrical-coordinate representation of color #1E4CC0: hue angle of 222.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4CC0 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3076192-
CMYK0.840.6000.25
HSL222.96º72.97%43.53%-
HSV(B)222.96º84.38%75.29%-
XYZ12.639.2550.99-
YUV75.47193.7695.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 192 (75.39% from 255) = 64.43%
R=10.07%
G=25.50%
B=64.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30761920.840.6000.25222.9672.9743.53
Hex1E4CC0543C019df492c
Octal361143001247403133711154
Binary111101001100110000001010100111100011001110111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,76,192); }

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

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

 a { background-color: rgb(30,76,192); }

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

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

 span { border-color: rgb(30,76,192); }

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