#2860c1

Color #2860C1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2860C1

Tints of Cerulean Blue #2860C1

Color information

#2860C1 (or 0x2860C1) is unknown color: approx Cerulean Blue. HEX triplet: 28, 60 and C1. RGB value is (40,96,193). Sum of RGB (Red+Green+Blue) = 40+96+193=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #2860C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860C1 is #D79F3E. Grayscale: #595959. Windows color (decimal): -14131007 or 12673064. OLE color: 12673064.

HSL color Cylindrical-coordinate representation of color #2860C1: hue angle of 218.04º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2860C1 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4096193-
CMYK0.790.5000.24
HSL218.04º65.67%45.69%-
HSV(B)218.04º79.27%75.69%-
XYZ14.6812.6752.12-
YUV90.31185.9592.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 193 (75.78% from 255) = 58.66%
R=12.16%
G=29.18%
B=58.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40961930.790.5000.24218.0465.6745.69
Hex2860C14F32018da422e
Octal501403011176203033210256
Binary1010001100000110000011001111110010011000110110101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2860c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2860c1; }

 p { color: rgb(40,96,193); }

 H1.HeaderClassName
 {
   color: #2860c1;
 }
 .AnyTagClassName
 {
   color: #2860c1;
 }
</style>
background-color css

<style>
 a { background-color: #2860c1; }

 a { background-color: rgb(40,96,193); }

 div.DivClassName
 {
   background-color: #2860c1;
 }
 .BgClassName
 {
   background-color: #2860c1;
 }
</style>
border-color css

<style>
 span { border-color: #2860c1; }

 span { border-color: rgb(40,96,193); }

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