#285BDF

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

Shades of Royal Blue #285BDF

Tints of Royal Blue #285BDF

Color information

#285BDF (or 0x285BDF) is unknown color: approx Royal Blue. HEX triplet: 28, 5B and DF. RGB value is (40,91,223). Sum of RGB (Red+Green+Blue) = 40+91+223=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #285BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BDF is #D7A420. Grayscale: #5A5A5A. Windows color (decimal): -14132257 or 14637864. OLE color: 14637864.

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

Color convert

RGB4091223-
CMYK0.820.5900.13
HSL223.28º74.09%51.57%-
HSV(B)223.28º82.06%87.45%-
XYZ17.9413.2671.43-
YUV90.8202.691.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.30%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 223 (87.5% from 255) = 62.99%
R=11.30%
G=25.71%
B=62.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40912230.820.5900.13223.2874.0951.57
Hex285BDF523B0Ddf4a34
Octal501333371227301533711264
Binary101000101101111011111101001011101101101110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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