Html Css Color HEX #1D4DD6 Cerulean Blue

📋 copy color: '#1D4DD6'

red 29 ◦ green 77 ◦ blue 214

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

Shades of Cerulean Blue #1D4DD6

Tints of Cerulean Blue #1D4DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 214 (83.98% from 255) = 66.88%

R = 9.06%
G = 24.06%
B = 66.88%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D4DD6 (or 0x1D4DD6) is known color: Cerulean Blue. HEX triplet: 1D, 4D and D6. RGB value is (29,77,214). Sum of RGB (Red+Green+Blue) = 29+77+214=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D4DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DD6 is #E2B229. Grayscale: #4D4D4D. Windows color (decimal): -14856746 or 14044445. OLE color: 14044445.

HSL color Cylindrical-coordinate representation of color #1D4DD6: hue angle of 224.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4DD6 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 77 214 -
CMYK 0.86 0.64 0 0.16
HSL 224.43º 0.76% 0.48% -
HSV(B) 224.43º 0.86% 0.84% -
XYZ 15.3 10.42 64.82 -
YUV 78.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 29 77 214 0.86 0.64 0 0.16 224.43 0.76 0.48
Hex 1D 4D D6 56 40 0 10 E0 4C 30
Octal 35 115 326 126 100 0 20 340 114 60
Binary 11101 1001101 11010110 1010110 1000000 0 10000 11100000 1001100 110000

Color Harmonies of #1D4DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DD6

Black with #1D4DD6

Text Example


Text Example

White with #1D4DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,214); }

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

background-color css

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

 a { background-color: rgb(29,77,214); }

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

border-color css

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

 span { border-color: rgb(29,77,214); }

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