Shades of Cornflower Blue #5299FF
Tints of Cornflower Blue #5299FF
RGB
CMYK
RGB Variations
Color information
#5299FF (or 0x5299FF) is known color: Cornflower Blue. HEX triplet: 52, 99 and FF. RGB value is (82,153,255). Sum of RGB (Red+Green+Blue) = 82+153+255=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #5299FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5299FF is #AD6600. Grayscale: #8E8E8E. Windows color (decimal): -11363841 or 16750930. OLE color: 16750930.
HSL color Cylindrical-coordinate representation of color #5299FF: hue angle of 215.38º 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 #5299FF is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 153 | 255 | - |
| CMYK | 0.68 | 0.4 | 0 | 0 |
| HSL | 215.38º | 1% | 0.66% | - |
| HSV(B) | 215.38º | 0.68% | 1% | - |
| XYZ | 32.92 | 31.8 | 99.01 | - |
| YUV | 143.4 | 190.98 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 255 | 0.68 | 0.4 | 0 | 0 | 215.38 | 1 | 0.66 |
| Hex | 52 | 99 | FF | 44 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 122 | 231 | 377 | 104 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010010 | 10011001 | 11111111 | 1000100 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #5299FF
Complementary color
Monochromatic Colors of #5299FF
Black with #5299FF
Text Example
Text Example
White with #5299FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299FF; }
p { color: rgb(82,153,255); }
H1.HeaderClassName
{
color: #5299FF;
}
.AnyTagClassName
{
color: #5299FF;
}
</style>
background-color css
<style>
a { background-color: #5299FF; }
a { background-color: rgb(82,153,255); }
div.DivClassName
{
background-color: #5299FF;
}
.BgClassName
{
background-color: #5299FF;
}
</style>
border-color css
<style>
span { border-color: #5299FF; }
span { border-color: rgb(82,153,255); }
td.TdClassName
{
border-color: #5299FF;
}
.TagClassName
{
border-color: #5299FF;
}
</style>