#5285df

Color #5285DF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5285DF

Tints of Cornflower Blue #5285DF

Color information

#5285DF (or 0x5285DF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 85 and DF. RGB value is (82,133,223). Sum of RGB (Red+Green+Blue) = 82+133+223=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #5285DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285DF is #AD7A20. Grayscale: #7F7F7F. Windows color (decimal): -11368993 or 14648658. OLE color: 14648658.

HSL color Cylindrical-coordinate representation of color #5285DF: hue angle of 218.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5285DF is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82133223-
CMYK0.630.4000.13
HSL218.3º68.78%59.8%-
HSV(B)218.3º63.23%87.45%-
XYZ25.1923.973.1-
YUV128.01181.695.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=18.72%
G=30.37%
B=50.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821332230.630.4000.13218.368.7859.8
Hex5285DF3F280Dda453c
Octal122205337775001533210574
Binary1010010100001011101111111111110100001101110110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5285df; }

 p { color: rgb(82,133,223); }

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

<style>
 a { background-color: #5285df; }

 a { background-color: rgb(82,133,223); }

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

<style>
 span { border-color: #5285df; }

 span { border-color: rgb(82,133,223); }

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