Html Css Color HEX #1C55DC Cerulean Blue

📋 copy color: '#1C55DC'

red 28 ◦ green 85 ◦ blue 220

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

Shades of Cerulean Blue #1C55DC

Tints of Cerulean Blue #1C55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 8.41%
G = 25.53%
B = 66.07%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C55DC (or 0x1C55DC) is known color: Cerulean Blue. HEX triplet: 1C, 55 and DC. RGB value is (28,85,220). Sum of RGB (Red+Green+Blue) = 28+85+220=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C55DC is #E3AA23. Grayscale: #525252. Windows color (decimal): -14920228 or 14439708. OLE color: 14439708.

HSL color Cylindrical-coordinate representation of color #1C55DC: hue angle of 222.19º 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 #1C55DC is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 85 220 -
CMYK 0.87 0.61 0 0.14
HSL 222.19º 0.77% 0.49% -
HSV(B) 222.19º 0.87% 0.86% -
XYZ 16.65 11.91 69.13 -
YUV 83.35 205.12 88.52 -
System Red Green Blue C M Y K H S L
Decimal 28 85 220 0.87 0.61 0 0.14 222.19 0.77 0.49
Hex 1C 55 DC 57 3D 0 E DE 4D 31
Octal 34 125 334 127 75 0 16 336 115 61
Binary 11100 1010101 11011100 1010111 111101 0 1110 11011110 1001101 110001

Color Harmonies of #1C55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C55DC

Black with #1C55DC

Text Example


Text Example

White with #1C55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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