Html Css Color HEX #1D49CE Cerulean Blue

📋 copy color: '#1D49CE'

red 29 ◦ green 73 ◦ blue 206

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

Shades of Cerulean Blue #1D49CE

Tints of Cerulean Blue #1D49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 9.42%
G = 23.7%
B = 66.88%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D49CE (or 0x1D49CE) is known color: Cerulean Blue. HEX triplet: 1D, 49 and CE. RGB value is (29,73,206). Sum of RGB (Red+Green+Blue) = 29+73+206=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D49CE is #E2B631. Grayscale: #4A4A4A. Windows color (decimal): -14857778 or 13519133. OLE color: 13519133.

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

Color convert

RGB 29 73 206 -
CMYK 0.86 0.65 0 0.19
HSL 225.08º 0.75% 0.46% -
HSV(B) 225.08º 0.86% 0.81% -
XYZ 14.03 9.48 59.48 -
YUV 75.01 201.92 95.19 -
System Red Green Blue C M Y K H S L
Decimal 29 73 206 0.86 0.65 0 0.19 225.08 0.75 0.46
Hex 1D 49 CE 56 41 0 13 E1 4B 2E
Octal 35 111 316 126 101 0 23 341 113 56
Binary 11101 1001001 11001110 1010110 1000001 0 10011 11100001 1001011 101110

Color Harmonies of #1D49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49CE

Black with #1D49CE

Text Example


Text Example

White with #1D49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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