Shades of Cornflower Blue #5280F8
Tints of Cornflower Blue #5280F8
RGB
CMYK
RGB Variations
Color information
#5280F8 (or 0x5280F8) is known color: Cornflower Blue. HEX triplet: 52, 80 and F8. RGB value is (82,128,248). Sum of RGB (Red+Green+Blue) = 82+128+248=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #5280F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280F8 is #AD7F07. Grayscale: #7F7F7F. Windows color (decimal): -11370248 or 16285778. OLE color: 16285778.
HSL color Cylindrical-coordinate representation of color #5280F8: hue angle of 223.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5280F8 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 128 | 248 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.03 |
| HSL | 223.37º | 0.92% | 0.65% | - |
| HSV(B) | 223.37º | 0.67% | 0.97% | - |
| XYZ | 28.14 | 24.01 | 91.96 | - |
| YUV | 127.93 | 195.76 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 248 | 0.67 | 0.48 | 0 | 0.03 | 223.37 | 0.92 | 0.65 |
| Hex | 52 | 80 | F8 | 43 | 30 | 0 | 3 | DF | 5C | 41 |
| Octal | 122 | 200 | 370 | 103 | 60 | 0 | 3 | 337 | 134 | 101 |
| Binary | 1010010 | 10000000 | 11111000 | 1000011 | 110000 | 0 | 11 | 11011111 | 1011100 | 1000001 |
Color Harmonies of #5280F8
Complementary color
Monochromatic Colors of #5280F8
Black with #5280F8
Text Example
Text Example
White with #5280F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280F8; }
p { color: rgb(82,128,248); }
H1.HeaderClassName
{
color: #5280F8;
}
.AnyTagClassName
{
color: #5280F8;
}
</style>
background-color css
<style>
a { background-color: #5280F8; }
a { background-color: rgb(82,128,248); }
div.DivClassName
{
background-color: #5280F8;
}
.BgClassName
{
background-color: #5280F8;
}
</style>
border-color css
<style>
span { border-color: #5280F8; }
span { border-color: rgb(82,128,248); }
td.TdClassName
{
border-color: #5280F8;
}
.TagClassName
{
border-color: #5280F8;
}
</style>