#2857CF

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

Shades of Cerulean Blue #2857CF

Tints of Cerulean Blue #2857CF

Color information

#2857CF (or 0x2857CF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 57 and CF. RGB value is (40,87,207). Sum of RGB (Red+Green+Blue) = 40+87+207=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #2857CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857CF is #D7A830. Grayscale: #565656. Windows color (decimal): -14133297 or 13588264. OLE color: 13588264.

HSL color Cylindrical-coordinate representation of color #2857CF: hue angle of 223.11º 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 #2857CF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4087207-
CMYK0.810.5800.19
HSL223.11º67.61%48.43%-
HSV(B)223.11º80.68%81.18%-
XYZ15.5511.7760.48-
YUV86.63195.9394.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 207 (81.25% from 255) = 61.98%
R=11.98%
G=26.05%
B=61.98%

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
Decimal40872070.810.5800.19223.1167.6148.43
Hex2857CF513A013df4430
Octal501273171217202333710460
Binary1010001010111110011111010001111010010011110111111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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