Html Css Color HEX #1D47CE Cerulean Blue

📋 copy color: '#1D47CE'

red 29 ◦ green 71 ◦ blue 206

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

Shades of Cerulean Blue #1D47CE

Tints of Cerulean Blue #1D47CE

RGB

 RED value IS 29 (11.72% from 255) = 9.48%

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 9.48%
G = 23.2%
B = 67.32%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D47CE (or 0x1D47CE) is known color: Cerulean Blue. HEX triplet: 1D, 47 and CE. RGB value is (29,71,206). Sum of RGB (Red+Green+Blue) = 29+71+206=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D47CE is #E2B831. Grayscale: #494949. Windows color (decimal): -14858290 or 13518621. OLE color: 13518621.

HSL color Cylindrical-coordinate representation of color #1D47CE: hue angle of 225.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D47CE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 71 206 -
CMYK 0.86 0.66 0 0.19
HSL 225.76º 0.75% 0.46% -
HSV(B) 225.76º 0.86% 0.81% -
XYZ 13.9 9.22 59.44 -
YUV 73.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 29 71 206 0.86 0.66 0 0.19 225.76 0.75 0.46
Hex 1D 47 CE 56 42 0 13 E2 4B 2E
Octal 35 107 316 126 102 0 23 342 113 56
Binary 11101 1000111 11001110 1010110 1000010 0 10011 11100010 1001011 101110

Color Harmonies of #1D47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D47CE

Black with #1D47CE

Text Example


Text Example

White with #1D47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,206); }

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

background-color css

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

 a { background-color: rgb(29,71,206); }

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

border-color css

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

 span { border-color: rgb(29,71,206); }

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