#2860B8

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

Shades of Cerulean Blue #2860B8

Tints of Cerulean Blue #2860B8

Color information

#2860B8 (or 0x2860B8) is unknown color: approx Cerulean Blue. HEX triplet: 28, 60 and B8. RGB value is (40,96,184). Sum of RGB (Red+Green+Blue) = 40+96+184=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #2860B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860B8 is #D79F47. Grayscale: #585858. Windows color (decimal): -14131016 or 12083240. OLE color: 12083240.

HSL color Cylindrical-coordinate representation of color #2860B8: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2860B8 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4096184-
CMYK0.780.4800.28
HSL216.67º64.29%43.92%-
HSV(B)216.67º78.26%72.16%-
XYZ13.7112.2846.99-
YUV89.29181.4592.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.5%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 184 (72.27% from 255) = 57.5%
R=12.5%
G=30%
B=57.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40961840.780.4800.28216.6764.2943.92
Hex2860B84E3001Cd9402c
Octal501402701166003433110054
Binary1010001100000101110001001110110000011100110110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2860B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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