#285DDF

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

Shades of Royal Blue #285DDF

Tints of Royal Blue #285DDF

Color information

#285DDF (or 0x285DDF) is unknown color: approx Royal Blue. HEX triplet: 28, 5D and DF. RGB value is (40,93,223). Sum of RGB (Red+Green+Blue) = 40+93+223=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #285DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DDF is #D7A220. Grayscale: #5B5B5B. Windows color (decimal): -14131745 or 14638376. OLE color: 14638376.

HSL color Cylindrical-coordinate representation of color #285DDF: hue angle of 222.62º 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 #285DDF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4093223-
CMYK0.820.5800.13
HSL222.62º74.09%51.57%-
HSV(B)222.62º82.06%87.45%-
XYZ18.1113.6171.48-
YUV91.97201.9490.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 223 (87.5% from 255) = 62.64%
R=11.24%
G=26.12%
B=62.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40932230.820.5800.13222.6274.0951.57
Hex285DDF523A0Ddf4a34
Octal501353371227201533711264
Binary101000101110111011111101001011101001101110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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