Html Css Color HEX #1D4BCC Cerulean Blue

📋 copy color: '#1D4BCC'

red 29 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #1D4BCC

Tints of Cerulean Blue #1D4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 9.42%
G = 24.35%
B = 66.23%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D4BCC (or 0x1D4BCC) is known color: Cerulean Blue. HEX triplet: 1D, 4B and CC. RGB value is (29,75,204). Sum of RGB (Red+Green+Blue) = 29+75+204=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D4BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BCC is #E2B433. Grayscale: #4B4B4B. Windows color (decimal): -14857268 or 13388573. OLE color: 13388573.

HSL color Cylindrical-coordinate representation of color #1D4BCC: hue angle of 224.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4BCC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 75 204 -
CMYK 0.86 0.63 0 0.2
HSL 224.23º 0.75% 0.46% -
HSV(B) 224.23º 0.86% 0.8% -
XYZ 13.92 9.65 58.26 -
YUV 75.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 29 75 204 0.86 0.63 0 0.2 224.23 0.75 0.46
Hex 1D 4B CC 56 3F 0 14 E0 4B 2E
Octal 35 113 314 126 77 0 24 340 113 56
Binary 11101 1001011 11001100 1010110 111111 0 10100 11100000 1001011 101110

Color Harmonies of #1D4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4BCC

Black with #1D4BCC

Text Example


Text Example

White with #1D4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,75,204); }

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

background-color css

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

 a { background-color: rgb(29,75,204); }

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

border-color css

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

 span { border-color: rgb(29,75,204); }

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