Html Css Color HEX #1C4ACC Cerulean Blue

📋 copy color: '#1C4ACC'

red 28 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #1C4ACC

Tints of Cerulean Blue #1C4ACC

RGB

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

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

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

R = 9.15%
G = 24.18%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C4ACC (or 0x1C4ACC) is known color: Cerulean Blue. HEX triplet: 1C, 4A and CC. RGB value is (28,74,204). Sum of RGB (Red+Green+Blue) = 28+74+204=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C4ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4ACC is #E3B533. Grayscale: #4A4A4A. Windows color (decimal): -14923060 or 13388316. OLE color: 13388316.

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

Color convert

RGB 28 74 204 -
CMYK 0.86 0.64 0 0.2
HSL 224.32º 0.76% 0.45% -
HSV(B) 224.32º 0.86% 0.8% -
XYZ 13.83 9.5 58.23 -
YUV 75.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 28 74 204 0.86 0.64 0 0.2 224.32 0.76 0.45
Hex 1C 4A CC 56 40 0 14 E0 4C 2D
Octal 34 112 314 126 100 0 24 340 114 55
Binary 11100 1001010 11001100 1010110 1000000 0 10100 11100000 1001100 101101

Color Harmonies of #1C4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4ACC

Black with #1C4ACC

Text Example


Text Example

White with #1C4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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