Html Css Color HEX #1C4EC4 Cerulean Blue

📋 copy color: '#1C4EC4'

red 28 ◦ green 78 ◦ blue 196

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

Shades of Cerulean Blue #1C4EC4

Tints of Cerulean Blue #1C4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 64.9%

R = 9.27%
G = 25.83%
B = 64.9%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1C4EC4 (or 0x1C4EC4) is known color: Cerulean Blue. HEX triplet: 1C, 4E and C4. RGB value is (28,78,196). Sum of RGB (Red+Green+Blue) = 28+78+196=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 196 (76.95% from 255 or 64.90% from 302); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C4EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4EC4 is #E3B13B. Grayscale: #4B4B4B. Windows color (decimal): -14922044 or 12865052. OLE color: 12865052.

HSL color Cylindrical-coordinate representation of color #1C4EC4: hue angle of 222.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4EC4 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 78 196 -
CMYK 0.86 0.60 0 0.23
HSL 222.14º 0.75% 0.44% -
HSV(B) 222.14º 0.86% 0.77% -
XYZ 13.17 9.68 53.4 -
YUV 76.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 28 78 196 0.86 0.60 0 0.23 222.14 0.75 0.44
Hex 1C 4E C4 56 3C 0 17 DE 4B 2C
Octal 34 116 304 126 74 0 27 336 113 54
Binary 11100 1001110 11000100 1010110 111100 0 10111 11011110 1001011 101100

Color Harmonies of #1C4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4EC4

Black with #1C4EC4

Text Example


Text Example

White with #1C4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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