Html Css Color HEX #1D4CC0 Cerulean Blue

📋 copy color: '#1D4CC0'

red 29 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #1D4CC0

Tints of Cerulean Blue #1D4CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 192 (75.39% from 255) = 64.65%

R = 9.76%
G = 25.59%
B = 64.65%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D4CC0 (or 0x1D4CC0) is known color: Cerulean Blue. HEX triplet: 1D, 4C and C0. RGB value is (29,76,192). Sum of RGB (Red+Green+Blue) = 29+76+192=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #1D4CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CC0 is #E2B33F. Grayscale: #4A4A4A. Windows color (decimal): -14857024 or 12602397. OLE color: 12602397.

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

Color convert

RGB 29 76 192 -
CMYK 0.85 0.60 0 0.25
HSL 222.7º 0.74% 0.43% -
HSV(B) 222.7º 0.85% 0.75% -
XYZ 12.61 9.24 50.99 -
YUV 75.17 193.93 95.07 -
System Red Green Blue C M Y K H S L
Decimal 29 76 192 0.85 0.60 0 0.25 222.7 0.74 0.43
Hex 1D 4C C0 55 3C 0 19 DF 4A 2B
Octal 35 114 300 125 74 0 31 337 112 53
Binary 11101 1001100 11000000 1010101 111100 0 11001 11011111 1001010 101011

Color Harmonies of #1D4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CC0

Black with #1D4CC0

Text Example


Text Example

White with #1D4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,192); }

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

background-color css

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

 a { background-color: rgb(29,76,192); }

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

border-color css

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

 span { border-color: rgb(29,76,192); }

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