Html Css Color HEX #1D4ACE Cerulean Blue

📋 copy color: '#1D4ACE'

red 29 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #1D4ACE

Tints of Cerulean Blue #1D4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 9.39%
G = 23.95%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D4ACE (or 0x1D4ACE) is known color: Cerulean Blue. HEX triplet: 1D, 4A and CE. RGB value is (29,74,206). Sum of RGB (Red+Green+Blue) = 29+74+206=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ACE is #E2B531. Grayscale: #4B4B4B. Windows color (decimal): -14857522 or 13519389. OLE color: 13519389.

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

Color convert

RGB 29 74 206 -
CMYK 0.86 0.64 0 0.19
HSL 224.75º 0.75% 0.46% -
HSV(B) 224.75º 0.86% 0.81% -
XYZ 14.1 9.62 59.51 -
YUV 75.59 201.59 94.77 -
System Red Green Blue C M Y K H S L
Decimal 29 74 206 0.86 0.64 0 0.19 224.75 0.75 0.46
Hex 1D 4A CE 56 40 0 13 E1 4B 2E
Octal 35 112 316 126 100 0 23 341 113 56
Binary 11101 1001010 11001110 1010110 1000000 0 10011 11100001 1001011 101110

Color Harmonies of #1D4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4ACE

Black with #1D4ACE

Text Example


Text Example

White with #1D4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,74,206); }

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

background-color css

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

 a { background-color: rgb(29,74,206); }

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

border-color css

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

 span { border-color: rgb(29,74,206); }

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