#1E56D8

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

Shades of Cerulean Blue #1E56D8

Tints of Cerulean Blue #1E56D8

Color information

#1E56D8 (or 0x1E56D8) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 56 and D8. RGB value is (30,86,216). Sum of RGB (Red+Green+Blue) = 30+86+216=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E56D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E56D8 is #E1A927. Grayscale: #535353. Windows color (decimal): -14788904 or 14177822. OLE color: 14177822.

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

Color convert

RGB3086216-
CMYK0.860.6000.15
HSL221.94º75.61%48.24%-
HSV(B)221.94º86.11%84.71%-
XYZ16.2611.8966.4-
YUV84.08202.4589.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 216 (84.77% from 255) = 65.06%
R=9.04%
G=25.90%
B=65.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal30862160.860.6000.15221.9475.6148.24
Hex1E56D8563C0Fde4c30
Octal361263301267401733611460
Binary11110101011011011000101011011110001111110111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E56D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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