#285EB2

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

Shades of Cerulean Blue #285EB2

Tints of Cerulean Blue #285EB2

Color information

#285EB2 (or 0x285EB2) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5E and B2. RGB value is (40,94,178). Sum of RGB (Red+Green+Blue) = 40+94+178=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #285EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285EB2 is #D7A14D. Grayscale: #575757. Windows color (decimal): -14131534 or 11689512. OLE color: 11689512.

HSL color Cylindrical-coordinate representation of color #285EB2: hue angle of 216.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285EB2 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4094178-
CMYK0.780.4700.30
HSL216.52º63.3%42.75%-
HSV(B)216.52º77.53%69.8%-
XYZ12.9111.6743.69-
YUV87.43179.1194.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 178 (69.92% from 255) = 57.05%
R=12.82%
G=30.13%
B=57.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40941780.780.4700.30216.5263.342.75
Hex285EB24E2F01Ed93f2b
Octal50136262116570363317753
Binary101000101111010110010100111010111101111011011001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,178); }

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

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

 a { background-color: rgb(40,94,178); }

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

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

 span { border-color: rgb(40,94,178); }

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