Html Css Color HEX #1C4DCD Cerulean Blue

📋 copy color: '#1C4DCD'

red 28 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #1C4DCD

Tints of Cerulean Blue #1C4DCD

RGB

 RED value IS 28 (11.33% from 255) = 9.03%

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 9.03%
G = 24.84%
B = 66.13%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C4DCD (or 0x1C4DCD) is known color: Cerulean Blue. HEX triplet: 1C, 4D and CD. RGB value is (28,77,205). Sum of RGB (Red+Green+Blue) = 28+77+205=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4DCD is #E3B232. Grayscale: #4C4C4C. Windows color (decimal): -14922291 or 13454620. OLE color: 13454620.

HSL color Cylindrical-coordinate representation of color #1C4DCD: hue angle of 223.39º degrees, saturation: 0.76, 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 #1C4DCD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 77 205 -
CMYK 0.86 0.62 0 0.20
HSL 223.39º 0.76% 0.46% -
HSV(B) 223.39º 0.86% 0.8% -
XYZ 14.15 9.96 58.93 -
YUV 76.94 200.27 93.09 -
System Red Green Blue C M Y K H S L
Decimal 28 77 205 0.86 0.62 0 0.20 223.39 0.76 0.46
Hex 1C 4D CD 56 3E 0 14 DF 4C 2E
Octal 34 115 315 126 76 0 24 337 114 56
Binary 11100 1001101 11001101 1010110 111110 0 10100 11011111 1001100 101110

Color Harmonies of #1C4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4DCD

Black with #1C4DCD

Text Example


Text Example

White with #1C4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,77,205); }

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

background-color css

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

 a { background-color: rgb(28,77,205); }

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

border-color css

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

 span { border-color: rgb(28,77,205); }

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