Shades of Cornflower Blue #5295FE
Tints of Cornflower Blue #5295FE
RGB
CMYK
RGB Variations
Color information
#5295FE (or 0x5295FE) is known color: Cornflower Blue. HEX triplet: 52, 95 and FE. RGB value is (82,149,254). Sum of RGB (Red+Green+Blue) = 82+149+254=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5295FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5295FE is #AD6A01. Grayscale: #8C8C8C. Windows color (decimal): -11364866 or 16684370. OLE color: 16684370.
HSL color Cylindrical-coordinate representation of color #5295FE: hue angle of 216.63º 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 #5295FE is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 149 | 254 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.00 |
| HSL | 216.63º | 0.99% | 0.66% | - |
| HSV(B) | 216.63º | 0.68% | 1% | - |
| XYZ | 32.12 | 30.44 | 97.95 | - |
| YUV | 140.94 | 191.8 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 254 | 0.68 | 0.41 | 0 | 0.00 | 216.63 | 0.99 | 0.66 |
| Hex | 52 | 95 | FE | 44 | 29 | 0 | 0 | D9 | 63 | 42 |
| Octal | 122 | 225 | 376 | 104 | 51 | 0 | 0 | 331 | 143 | 102 |
| Binary | 1010010 | 10010101 | 11111110 | 1000100 | 101001 | 0 | 0 | 11011001 | 1100011 | 1000010 |
Color Harmonies of #5295FE
Complementary color
Monochromatic Colors of #5295FE
Black with #5295FE
Text Example
Text Example
White with #5295FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5295FE; }
p { color: rgb(82,149,254); }
H1.HeaderClassName
{
color: #5295FE;
}
.AnyTagClassName
{
color: #5295FE;
}
</style>
background-color css
<style>
a { background-color: #5295FE; }
a { background-color: rgb(82,149,254); }
div.DivClassName
{
background-color: #5295FE;
}
.BgClassName
{
background-color: #5295FE;
}
</style>
border-color css
<style>
span { border-color: #5295FE; }
span { border-color: rgb(82,149,254); }
td.TdClassName
{
border-color: #5295FE;
}
.TagClassName
{
border-color: #5295FE;
}
</style>