Html Css Color HEX #1E47DC Cerulean Blue

📋 copy color: '#1E47DC'

red 30 ◦ green 71 ◦ blue 220

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

Shades of Cerulean Blue #1E47DC

Tints of Cerulean Blue #1E47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 9.35%
G = 22.12%
B = 68.54%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E47DC (or 0x1E47DC) is known color: Cerulean Blue. HEX triplet: 1E, 47 and DC. RGB value is (30,71,220). Sum of RGB (Red+Green+Blue) = 30+71+220=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E47DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E47DC is #E1B823. Grayscale: #4B4B4B. Windows color (decimal): -14792740 or 14436126. OLE color: 14436126.

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

Color convert

RGB 30 71 220 -
CMYK 0.86 0.68 0 0.14
HSL 227.05º 0.76% 0.49% -
HSV(B) 227.05º 0.86% 0.86% -
XYZ 15.71 9.95 68.8 -
YUV 75.73 209.42 95.38 -
System Red Green Blue C M Y K H S L
Decimal 30 71 220 0.86 0.68 0 0.14 227.05 0.76 0.49
Hex 1E 47 DC 56 44 0 E E3 4C 31
Octal 36 107 334 126 104 0 16 343 114 61
Binary 11110 1000111 11011100 1010110 1000100 0 1110 11100011 1001100 110001

Color Harmonies of #1E47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E47DC

Black with #1E47DC

Text Example


Text Example

White with #1E47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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