Shades of Cornflower Blue #5299FE
Tints of Cornflower Blue #5299FE
RGB
CMYK
RGB Variations
Color information
#5299FE (or 0x5299FE) is known color: Cornflower Blue. HEX triplet: 52, 99 and FE. RGB value is (82,153,254). Sum of RGB (Red+Green+Blue) = 82+153+254=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #5299FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5299FE is #AD6601. Grayscale: #8E8E8E. Windows color (decimal): -11363842 or 16685394. OLE color: 16685394.
HSL color Cylindrical-coordinate representation of color #5299FE: hue angle of 215.23º 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 #5299FE is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 153 | 254 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.00 |
| HSL | 215.23º | 0.99% | 0.66% | - |
| HSV(B) | 215.23º | 0.68% | 1% | - |
| XYZ | 32.76 | 31.73 | 98.16 | - |
| YUV | 143.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 254 | 0.68 | 0.40 | 0 | 0.00 | 215.23 | 0.99 | 0.66 |
| Hex | 52 | 99 | FE | 44 | 28 | 0 | 0 | D7 | 63 | 42 |
| Octal | 122 | 231 | 376 | 104 | 50 | 0 | 0 | 327 | 143 | 102 |
| Binary | 1010010 | 10011001 | 11111110 | 1000100 | 101000 | 0 | 0 | 11010111 | 1100011 | 1000010 |
Color Harmonies of #5299FE
Complementary color
Monochromatic Colors of #5299FE
Black with #5299FE
Text Example
Text Example
White with #5299FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299FE; }
p { color: rgb(82,153,254); }
H1.HeaderClassName
{
color: #5299FE;
}
.AnyTagClassName
{
color: #5299FE;
}
</style>
background-color css
<style>
a { background-color: #5299FE; }
a { background-color: rgb(82,153,254); }
div.DivClassName
{
background-color: #5299FE;
}
.BgClassName
{
background-color: #5299FE;
}
</style>
border-color css
<style>
span { border-color: #5299FE; }
span { border-color: rgb(82,153,254); }
td.TdClassName
{
border-color: #5299FE;
}
.TagClassName
{
border-color: #5299FE;
}
</style>