Html Css Color HEX #1C4CCC Cerulean Blue

📋 copy color: '#1C4CCC'

red 28 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #1C4CCC

Tints of Cerulean Blue #1C4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 9.09%
G = 24.68%
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

#1C4CCC (or 0x1C4CCC) is known color: Cerulean Blue. HEX triplet: 1C, 4C and CC. RGB value is (28,76,204). Sum of RGB (Red+Green+Blue) = 28+76+204=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 76 (30.08% from 255 or 24.68% 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 #1C4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CCC is #E3B333. Grayscale: #4B4B4B. Windows color (decimal): -14922548 or 13388828. OLE color: 13388828.

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

Color convert

RGB 28 76 204 -
CMYK 0.86 0.63 0 0.2
HSL 223.64º 0.76% 0.45% -
HSV(B) 223.64º 0.86% 0.8% -
XYZ 13.96 9.78 58.28 -
YUV 76.24 200.1 93.59 -
System Red Green Blue C M Y K H S L
Decimal 28 76 204 0.86 0.63 0 0.2 223.64 0.76 0.45
Hex 1C 4C CC 56 3F 0 14 E0 4C 2D
Octal 34 114 314 126 77 0 24 340 114 55
Binary 11100 1001100 11001100 1010110 111111 0 10100 11100000 1001100 101101

Color Harmonies of #1C4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CCC

Black with #1C4CCC

Text Example


Text Example

White with #1C4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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