#285FD0

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

Shades of Cerulean Blue #285FD0

Tints of Cerulean Blue #285FD0

Color information

#285FD0 (or 0x285FD0) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5F and D0. RGB value is (40,95,208). Sum of RGB (Red+Green+Blue) = 40+95+208=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #285FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FD0 is #D7A02F. Grayscale: #5A5A5A. Windows color (decimal): -14131248 or 13655848. OLE color: 13655848.

HSL color Cylindrical-coordinate representation of color #285FD0: hue angle of 220.36º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285FD0 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4095208-
CMYK0.810.5400.18
HSL220.36º67.74%48.63%-
HSV(B)220.36º80.77%81.57%-
XYZ16.3513.1961.36-
YUV91.44193.7891.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.66%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 60.64%
R=11.66%
G=27.70%
B=60.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40952080.810.5400.18220.3667.7448.63
Hex285FD05136012dc4431
Octal501373201216602233410461
Binary1010001011111110100001010001110110010010110111001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285FD0; }

 p { color: rgb(40,95,208); }

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

<style>
 a { background-color: #285FD0; }

 a { background-color: rgb(40,95,208); }

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

<style>
 span { border-color: #285FD0; }

 span { border-color: rgb(40,95,208); }

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