#5282DF

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

Shades of Cornflower Blue #5282DF

Tints of Cornflower Blue #5282DF

Color information

#5282DF (or 0x5282DF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 82 and DF. RGB value is (82,130,223). Sum of RGB (Red+Green+Blue) = 82+130+223=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #5282DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5282DF is #AD7D20. Grayscale: #7D7D7D. Windows color (decimal): -11369761 or 14647890. OLE color: 14647890.

HSL color Cylindrical-coordinate representation of color #5282DF: hue angle of 219.57º 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 #5282DF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82130223-
CMYK0.630.4200.13
HSL219.57º68.78%59.8%-
HSV(B)219.57º63.23%87.45%-
XYZ24.7823.0972.96-
YUV126.25182.696.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 223 (87.5% from 255) = 51.26%
R=18.85%
G=29.89%
B=51.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821302230.630.4200.13219.5768.7859.8
Hex5282DF3F2A0Ddc453c
Octal122202337775201533410574
Binary1010010100000101101111111111110101001101110111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5282DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5282DF; }

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

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

<style>
 a { background-color: #5282DF; }

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

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

<style>
 span { border-color: #5282DF; }

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

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