Html Css Color HEX #1C55C6 Cerulean Blue

📋 copy color: '#1C55C6'

red 28 ◦ green 85 ◦ blue 198

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

Shades of Cerulean Blue #1C55C6

Tints of Cerulean Blue #1C55C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.67%

R = 9%
G = 27.33%
B = 63.67%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1C55C6 (or 0x1C55C6) is known color: Cerulean Blue. HEX triplet: 1C, 55 and C6. RGB value is (28,85,198). Sum of RGB (Red+Green+Blue) = 28+85+198=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #1C55C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C55C6 is #E3AA39. Grayscale: #505050. Windows color (decimal): -14920250 or 12997916. OLE color: 12997916.

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

Color convert

RGB 28 85 198 -
CMYK 0.86 0.57 0 0.22
HSL 219.88º 0.75% 0.44% -
HSV(B) 219.88º 0.86% 0.78% -
XYZ 13.92 10.82 54.78 -
YUV 80.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 28 85 198 0.86 0.57 0 0.22 219.88 0.75 0.44
Hex 1C 55 C6 56 39 0 16 DC 4B 2C
Octal 34 125 306 126 71 0 26 334 113 54
Binary 11100 1010101 11000110 1010110 111001 0 10110 11011100 1001011 101100

Color Harmonies of #1C55C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C55C6

Black with #1C55C6

Text Example


Text Example

White with #1C55C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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