Shades of Cornflower Blue #5288FE
Tints of Cornflower Blue #5288FE
RGB
CMYK
RGB Variations
Color information
#5288FE (or 0x5288FE) is known color: Cornflower Blue. HEX triplet: 52, 88 and FE. RGB value is (82,136,254). Sum of RGB (Red+Green+Blue) = 82+136+254=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5288FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5288FE is #AD7701. Grayscale: #848484. Windows color (decimal): -11368194 or 16681042. OLE color: 16681042.
HSL color Cylindrical-coordinate representation of color #5288FE: hue angle of 221.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5288FE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 136 | 254 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.00 |
| HSL | 221.16º | 0.99% | 0.66% | - |
| HSV(B) | 221.16º | 0.68% | 1% | - |
| XYZ | 30.17 | 26.56 | 97.3 | - |
| YUV | 133.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 254 | 0.68 | 0.46 | 0 | 0.00 | 221.16 | 0.99 | 0.66 |
| Hex | 52 | 88 | FE | 44 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 122 | 210 | 376 | 104 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010010 | 10001000 | 11111110 | 1000100 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #5288FE
Complementary color
Monochromatic Colors of #5288FE
Black with #5288FE
Text Example
Text Example
White with #5288FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5288FE; }
p { color: rgb(82,136,254); }
H1.HeaderClassName
{
color: #5288FE;
}
.AnyTagClassName
{
color: #5288FE;
}
</style>
background-color css
<style>
a { background-color: #5288FE; }
a { background-color: rgb(82,136,254); }
div.DivClassName
{
background-color: #5288FE;
}
.BgClassName
{
background-color: #5288FE;
}
</style>
border-color css
<style>
span { border-color: #5288FE; }
span { border-color: rgb(82,136,254); }
td.TdClassName
{
border-color: #5288FE;
}
.TagClassName
{
border-color: #5288FE;
}
</style>