#2856CF

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

Shades of Cerulean Blue #2856CF

Tints of Cerulean Blue #2856CF

Color information

#2856CF (or 0x2856CF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 56 and CF. RGB value is (40,86,207). Sum of RGB (Red+Green+Blue) = 40+86+207=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #2856CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856CF is #D7A930. Grayscale: #555555. Windows color (decimal): -14133553 or 13588008. OLE color: 13588008.

HSL color Cylindrical-coordinate representation of color #2856CF: hue angle of 223.47º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2856CF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4086207-
CMYK0.810.5800.19
HSL223.47º67.61%48.43%-
HSV(B)223.47º80.68%81.18%-
XYZ15.4711.6160.46-
YUV86.04196.2695.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=12.01%
G=25.83%
B=62.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal40862070.810.5800.19223.4767.6148.43
Hex2856CF513A013df4430
Octal501263171217202333710460
Binary1010001010110110011111010001111010010011110111111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2856CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2856CF; }

 p { color: rgb(40,86,207); }

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

<style>
 a { background-color: #2856CF; }

 a { background-color: rgb(40,86,207); }

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

<style>
 span { border-color: #2856CF; }

 span { border-color: rgb(40,86,207); }

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