Shades of Cornflower Blue #5292FF
Tints of Cornflower Blue #5292FF
RGB
CMYK
RGB Variations
Color information
#5292FF (or 0x5292FF) is known color: Cornflower Blue. HEX triplet: 52, 92 and FF. RGB value is (82,146,255). Sum of RGB (Red+Green+Blue) = 82+146+255=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #5292FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5292FF is #AD6D00. Grayscale: #8A8A8A. Windows color (decimal): -11365633 or 16749138. OLE color: 16749138.
HSL color Cylindrical-coordinate representation of color #5292FF: hue angle of 217.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5292FF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 146 | 255 | - |
| CMYK | 0.68 | 0.43 | 0 | 0 |
| HSL | 217.8º | 1% | 0.66% | - |
| HSV(B) | 217.8º | 0.68% | 1% | - |
| XYZ | 31.81 | 29.57 | 98.64 | - |
| YUV | 139.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 255 | 0.68 | 0.43 | 0 | 0 | 217.8 | 1 | 0.66 |
| Hex | 52 | 92 | FF | 44 | 2B | 0 | 0 | DA | 64 | 42 |
| Octal | 122 | 222 | 377 | 104 | 53 | 0 | 0 | 332 | 144 | 102 |
| Binary | 1010010 | 10010010 | 11111111 | 1000100 | 101011 | 0 | 0 | 11011010 | 1100100 | 1000010 |
Color Harmonies of #5292FF
Complementary color
Monochromatic Colors of #5292FF
Black with #5292FF
Text Example
Text Example
White with #5292FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5292FF; }
p { color: rgb(82,146,255); }
H1.HeaderClassName
{
color: #5292FF;
}
.AnyTagClassName
{
color: #5292FF;
}
</style>
background-color css
<style>
a { background-color: #5292FF; }
a { background-color: rgb(82,146,255); }
div.DivClassName
{
background-color: #5292FF;
}
.BgClassName
{
background-color: #5292FF;
}
</style>
border-color css
<style>
span { border-color: #5292FF; }
span { border-color: rgb(82,146,255); }
td.TdClassName
{
border-color: #5292FF;
}
.TagClassName
{
border-color: #5292FF;
}
</style>