#285EDF

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

Shades of Royal Blue #285EDF

Tints of Royal Blue #285EDF

Color information

#285EDF (or 0x285EDF) is unknown color: approx Royal Blue. HEX triplet: 28, 5E and DF. RGB value is (40,94,223). Sum of RGB (Red+Green+Blue) = 40+94+223=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #285EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EDF is #D7A120. Grayscale: #5B5B5B. Windows color (decimal): -14131489 or 14638632. OLE color: 14638632.

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

Color convert

RGB4094223-
CMYK0.820.5800.13
HSL222.3º74.09%51.57%-
HSV(B)222.3º82.06%87.45%-
XYZ18.213.7871.51-
YUV92.56201.6190.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 223 (87.5% from 255) = 62.46%
R=11.20%
G=26.33%
B=62.46%

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
Decimal40942230.820.5800.13222.374.0951.57
Hex285EDF523A0Dde4a34
Octal501363371227201533611264
Binary101000101111011011111101001011101001101110111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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