#285DAC

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

Shades of Cerulean Blue #285DAC

Tints of Cerulean Blue #285DAC

Color information

#285DAC (or 0x285DAC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5D and AC. RGB value is (40,93,172). Sum of RGB (Red+Green+Blue) = 40+93+172=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #285DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DAC is #D7A253. Grayscale: #555555. Windows color (decimal): -14131796 or 11296040. OLE color: 11296040.

HSL color Cylindrical-coordinate representation of color #285DAC: hue angle of 215.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285DAC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4093172-
CMYK0.770.4600.33
HSL215.91º62.26%41.57%-
HSV(B)215.91º76.74%67.45%-
XYZ12.2411.2640.56-
YUV86.16176.4495.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=13.11%
G=30.49%
B=56.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40931720.770.4600.33215.9162.2641.57
Hex285DAC4D2E021d83e2a
Octal50135254115560413307652
Binary1010001011101101011001001101101110010000111011000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,172); }

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

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

 a { background-color: rgb(40,93,172); }

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

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

 span { border-color: rgb(40,93,172); }

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