#2850DF

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

Shades of Cerulean Blue #2850DF

Tints of Cerulean Blue #2850DF

Color information

#2850DF (or 0x2850DF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 50 and DF. RGB value is (40,80,223). Sum of RGB (Red+Green+Blue) = 40+80+223=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #2850DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850DF is #D7AF20. Grayscale: #535353. Windows color (decimal): -14135073 or 14635048. OLE color: 14635048.

HSL color Cylindrical-coordinate representation of color #2850DF: hue angle of 226.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2850DF is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4080223-
CMYK0.820.6400.13
HSL226.89º74.09%51.57%-
HSV(B)226.89º82.06%87.45%-
XYZ17.0611.5271.14-
YUV84.34206.2596.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.66%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 223 (87.5% from 255) = 65.01%
R=11.66%
G=23.32%
B=65.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40802230.820.6400.13226.8974.0951.57
Hex2850DF52400De34a34
Octal5012033712210001534311264
Binary1010001010000110111111010010100000001101111000111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2850DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2850DF; }

 p { color: rgb(40,80,223); }

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

<style>
 a { background-color: #2850DF; }

 a { background-color: rgb(40,80,223); }

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

<style>
 span { border-color: #2850DF; }

 span { border-color: rgb(40,80,223); }

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