#285CDF

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

Shades of Royal Blue #285CDF

Tints of Royal Blue #285CDF

Color information

#285CDF (or 0x285CDF) is unknown color: approx Royal Blue. HEX triplet: 28, 5C and DF. RGB value is (40,92,223). Sum of RGB (Red+Green+Blue) = 40+92+223=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #285CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CDF is #D7A320. Grayscale: #5A5A5A. Windows color (decimal): -14132001 or 14638120. OLE color: 14638120.

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

Color convert

RGB4092223-
CMYK0.820.5900.13
HSL222.95º74.09%51.57%-
HSV(B)222.95º82.06%87.45%-
XYZ18.0213.4371.46-
YUV91.39202.2791.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.27%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 223 (87.5% from 255) = 62.82%
R=11.27%
G=25.92%
B=62.82%

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
Decimal40922230.820.5900.13222.9574.0951.57
Hex285CDF523B0Ddf4a34
Octal501343371227301533711264
Binary101000101110011011111101001011101101101110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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