Html Css Color HEX #1C54DC Cerulean Blue

📋 copy color: '#1C54DC'

red 28 ◦ green 84 ◦ blue 220

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

Shades of Cerulean Blue #1C54DC

Tints of Cerulean Blue #1C54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 8.43%
G = 25.3%
B = 66.27%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C54DC (or 0x1C54DC) is known color: Cerulean Blue. HEX triplet: 1C, 54 and DC. RGB value is (28,84,220). Sum of RGB (Red+Green+Blue) = 28+84+220=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C54DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C54DC is #E3AB23. Grayscale: #525252. Windows color (decimal): -14920484 or 14439452. OLE color: 14439452.

HSL color Cylindrical-coordinate representation of color #1C54DC: hue angle of 222.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C54DC is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 84 220 -
CMYK 0.87 0.62 0 0.14
HSL 222.5º 0.77% 0.49% -
HSV(B) 222.5º 0.87% 0.86% -
XYZ 16.57 11.75 69.11 -
YUV 82.76 205.45 88.94 -
System Red Green Blue C M Y K H S L
Decimal 28 84 220 0.87 0.62 0 0.14 222.5 0.77 0.49
Hex 1C 54 DC 57 3E 0 E DE 4D 31
Octal 34 124 334 127 76 0 16 336 115 61
Binary 11100 1010100 11011100 1010111 111110 0 1110 11011110 1001101 110001

Color Harmonies of #1C54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C54DC

Black with #1C54DC

Text Example


Text Example

White with #1C54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,84,220); }

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

background-color css

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

 a { background-color: rgb(28,84,220); }

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

border-color css

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

 span { border-color: rgb(28,84,220); }

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