#1E4FCD

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

Shades of Cerulean Blue #1E4FCD

Tints of Cerulean Blue #1E4FCD

Color information

#1E4FCD (or 0x1E4FCD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4F and CD. RGB value is (30,79,205). Sum of RGB (Red+Green+Blue) = 30+79+205=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4FCD is #E1B032. Grayscale: #4E4E4E. Windows color (decimal): -14790707 or 13455134. OLE color: 13455134.

HSL color Cylindrical-coordinate representation of color #1E4FCD: hue angle of 223.2º 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 #1E4FCD is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3079205-
CMYK0.850.6100.20
HSL223.2º74.47%46.08%-
HSV(B)223.2º85.37%80.39%-
XYZ14.3510.2858.98-
YUV78.71199.2793.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 205 (80.47% from 255) = 65.29%
R=9.55%
G=25.16%
B=65.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal30792050.850.6100.20223.274.4746.08
Hex1E4FCD553D014df4a2e
Octal361173151257502433711256
Binary111101001111110011011010101111101010100110111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,79,205); }

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

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

 a { background-color: rgb(30,79,205); }

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

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

 span { border-color: rgb(30,79,205); }

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