Html Css Color HEX #1C4ECC Cerulean Blue

📋 copy color: '#1C4ECC'

red 28 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #1C4ECC

Tints of Cerulean Blue #1C4ECC

RGB

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

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

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

R = 9.03%
G = 25.16%
B = 65.81%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C4ECC (or 0x1C4ECC) is known color: Cerulean Blue. HEX triplet: 1C, 4E and CC. RGB value is (28,78,204). Sum of RGB (Red+Green+Blue) = 28+78+204=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4ECC is #E3B133. Grayscale: #4C4C4C. Windows color (decimal): -14922036 or 13389340. OLE color: 13389340.

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

Color convert

RGB 28 78 204 -
CMYK 0.86 0.62 0 0.2
HSL 222.95º 0.76% 0.45% -
HSV(B) 222.95º 0.86% 0.8% -
XYZ 14.1 10.06 58.32 -
YUV 77.41 199.44 92.75 -
System Red Green Blue C M Y K H S L
Decimal 28 78 204 0.86 0.62 0 0.2 222.95 0.76 0.45
Hex 1C 4E CC 56 3E 0 14 DF 4C 2D
Octal 34 116 314 126 76 0 24 337 114 55
Binary 11100 1001110 11001100 1010110 111110 0 10100 11011111 1001100 101101

Color Harmonies of #1C4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4ECC

Black with #1C4ECC

Text Example


Text Example

White with #1C4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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