#1E4CD8

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

Shades of Cerulean Blue #1E4CD8

Tints of Cerulean Blue #1E4CD8

Color information

#1E4CD8 (or 0x1E4CD8) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4C and D8. RGB value is (30,76,216). Sum of RGB (Red+Green+Blue) = 30+76+216=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 216 (84.77% from 255 or 67.08% from 322); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E4CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4CD8 is #E1B327. Grayscale: #4D4D4D. Windows color (decimal): -14791464 or 14175262. OLE color: 14175262.

HSL color Cylindrical-coordinate representation of color #1E4CD8: hue angle of 225.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4CD8 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3076216-
CMYK0.860.6500.15
HSL225.16º75.61%48.24%-
HSV(B)225.16º86.11%84.71%-
XYZ15.5110.466.16-
YUV78.21205.7693.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.32%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 216 (84.77% from 255) = 67.08%
R=9.32%
G=23.60%
B=67.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal30762160.860.6500.15225.1675.6148.24
Hex1E4CD856410Fe14c30
Octal3611433012610101734111460
Binary111101001100110110001010110100000101111111000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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