Html Css Color HEX #1C4EC0 Cerulean Blue

📋 copy color: '#1C4EC0'

red 28 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #1C4EC0

Tints of Cerulean Blue #1C4EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.43%

R = 9.4%
G = 26.17%
B = 64.43%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C4EC0 (or 0x1C4EC0) is known color: Cerulean Blue. HEX triplet: 1C, 4E and C0. RGB value is (28,78,192). Sum of RGB (Red+Green+Blue) = 28+78+192=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #1C4EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4EC0 is #E3B13F. Grayscale: #4B4B4B. Windows color (decimal): -14922048 or 12602908. OLE color: 12602908.

HSL color Cylindrical-coordinate representation of color #1C4EC0: hue angle of 221.71º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C4EC0 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 78 192 -
CMYK 0.85 0.59 0 0.25
HSL 221.71º 0.75% 0.43% -
HSV(B) 221.71º 0.85% 0.75% -
XYZ 12.72 9.5 51.03 -
YUV 76.05 193.44 93.73 -
System Red Green Blue C M Y K H S L
Decimal 28 78 192 0.85 0.59 0 0.25 221.71 0.75 0.43
Hex 1C 4E C0 55 3B 0 19 DE 4B 2B
Octal 34 116 300 125 73 0 31 336 113 53
Binary 11100 1001110 11000000 1010101 111011 0 11001 11011110 1001011 101011

Color Harmonies of #1C4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4EC0

Black with #1C4EC0

Text Example


Text Example

White with #1C4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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