Html Css Color HEX #1D4DBD Cerulean Blue

📋 copy color: '#1D4DBD'

red 29 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #1D4DBD

Tints of Cerulean Blue #1D4DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 9.83%
G = 26.1%
B = 64.07%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D4DBD (or 0x1D4DBD) is known color: Cerulean Blue. HEX triplet: 1D, 4D and BD. RGB value is (29,77,189). Sum of RGB (Red+Green+Blue) = 29+77+189=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DBD is #E2B242. Grayscale: #4A4A4A. Windows color (decimal): -14856771 or 12406045. OLE color: 12406045.

HSL color Cylindrical-coordinate representation of color #1D4DBD: hue angle of 222º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D4DBD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 77 189 -
CMYK 0.85 0.59 0 0.26
HSL 222º 0.73% 0.43% -
HSV(B) 222º 0.85% 0.74% -
XYZ 12.35 9.24 49.28 -
YUV 75.42 192.1 94.89 -
System Red Green Blue C M Y K H S L
Decimal 29 77 189 0.85 0.59 0 0.26 222 0.73 0.43
Hex 1D 4D BD 55 3B 0 1A DE 49 2B
Octal 35 115 275 125 73 0 32 336 111 53
Binary 11101 1001101 10111101 1010101 111011 0 11010 11011110 1001001 101011

Color Harmonies of #1D4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DBD

Black with #1D4DBD

Text Example


Text Example

White with #1D4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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