Html Css Color HEX #1D4CBF Cerulean Blue

📋 copy color: '#1D4CBF'

red 29 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #1D4CBF

Tints of Cerulean Blue #1D4CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 9.8%
G = 25.68%
B = 64.53%

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

#1D4CBF (or 0x1D4CBF) is known color: Cerulean Blue. HEX triplet: 1D, 4C and BF. RGB value is (29,76,191). Sum of RGB (Red+Green+Blue) = 29+76+191=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CBF is #E2B340. Grayscale: #4A4A4A. Windows color (decimal): -14857025 or 12536861. OLE color: 12536861.

HSL color Cylindrical-coordinate representation of color #1D4CBF: hue angle of 222.59º 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 #1D4CBF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 76 191 -
CMYK 0.85 0.60 0 0.25
HSL 222.59º 0.74% 0.43% -
HSV(B) 222.59º 0.85% 0.75% -
XYZ 12.5 9.19 50.41 -
YUV 75.06 193.43 95.15 -
System Red Green Blue C M Y K H S L
Decimal 29 76 191 0.85 0.60 0 0.25 222.59 0.74 0.43
Hex 1D 4C BF 55 3C 0 19 DF 4A 2B
Octal 35 114 277 125 74 0 31 337 112 53
Binary 11101 1001100 10111111 1010101 111100 0 11001 11011111 1001010 101011

Color Harmonies of #1D4CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CBF

Black with #1D4CBF

Text Example


Text Example

White with #1D4CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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