Html Css Color HEX #1C4ECD Cerulean Blue

📋 copy color: '#1C4ECD'

red 28 ◦ green 78 ◦ blue 205

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

Shades of Cerulean Blue #1C4ECD

Tints of Cerulean Blue #1C4ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

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

R = 9%
G = 25.08%
B = 65.92%

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

#1C4ECD (or 0x1C4ECD) is known color: Cerulean Blue. HEX triplet: 1C, 4E and CD. RGB value is (28,78,205). Sum of RGB (Red+Green+Blue) = 28+78+205=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C4ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4ECD is #E3B132. Grayscale: #4C4C4C. Windows color (decimal): -14922035 or 13454876. OLE color: 13454876.

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

Color convert

RGB 28 78 205 -
CMYK 0.86 0.62 0 0.20
HSL 223.05º 0.76% 0.46% -
HSV(B) 223.05º 0.86% 0.8% -
XYZ 14.22 10.1 58.96 -
YUV 77.53 199.94 92.67 -
System Red Green Blue C M Y K H S L
Decimal 28 78 205 0.86 0.62 0 0.20 223.05 0.76 0.46
Hex 1C 4E CD 56 3E 0 14 DF 4C 2E
Octal 34 116 315 126 76 0 24 337 114 56
Binary 11100 1001110 11001101 1010110 111110 0 10100 11011111 1001100 101110

Color Harmonies of #1C4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4ECD

Black with #1C4ECD

Text Example


Text Example

White with #1C4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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