Html Css Color HEX #1E56DC Cerulean Blue

📋 copy color: '#1E56DC'

red 30 ◦ green 86 ◦ blue 220

#1E56DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1E56DC

Tints of Cerulean Blue #1E56DC

RGB

 RED value IS 30 (12.11% from 255) = 8.93%

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 8.93%
G = 25.6%
B = 65.48%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E56DC (or 0x1E56DC) is known color: Cerulean Blue. HEX triplet: 1E, 56 and DC. RGB value is (30,86,220). Sum of RGB (Red+Green+Blue) = 30+86+220=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E56DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E56DC is #E1A923. Grayscale: #535353. Windows color (decimal): -14788900 or 14439966. OLE color: 14439966.

HSL color Cylindrical-coordinate representation of color #1E56DC: hue angle of 222.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E56DC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 86 220 -
CMYK 0.86 0.61 0 0.14
HSL 222.32º 0.76% 0.49% -
HSV(B) 222.32º 0.86% 0.86% -
XYZ 16.78 12.1 69.16 -
YUV 84.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 30 86 220 0.86 0.61 0 0.14 222.32 0.76 0.49
Hex 1E 56 DC 56 3D 0 E DE 4C 31
Octal 36 126 334 126 75 0 16 336 114 61
Binary 11110 1010110 11011100 1010110 111101 0 1110 11011110 1001100 110001

Color Harmonies of #1E56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E56DC

Black with #1E56DC

Text Example


Text Example

White with #1E56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E56DC;
 }
 .AnyTagClassName
 {
   color: #1E56DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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