#285BB7

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

Shades of Cerulean Blue #285BB7

Tints of Cerulean Blue #285BB7

Color information

#285BB7 (or 0x285BB7) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and B7. RGB value is (40,91,183). Sum of RGB (Red+Green+Blue) = 40+91+183=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #285BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BB7 is #D7A448. Grayscale: #555555. Windows color (decimal): -14132297 or 12016424. OLE color: 12016424.

HSL color Cylindrical-coordinate representation of color #285BB7: hue angle of 218.6º 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 #285BB7 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4091183-
CMYK0.780.5000.28
HSL218.6º64.13%43.73%-
HSV(B)218.6º78.14%71.76%-
XYZ13.1611.3546.3-
YUV86.24182.695.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 183 (71.88% from 255) = 58.28%
R=12.74%
G=28.98%
B=58.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40911830.780.5000.28218.664.1343.73
Hex285BB74E3201Cdb402c
Octal501332671166203433310054
Binary1010001011011101101111001110110010011100110110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,183); }

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

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

 a { background-color: rgb(40,91,183); }

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

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

 span { border-color: rgb(40,91,183); }

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