Shades of Cornflower Blue #5299F1
Tints of Cornflower Blue #5299F1
RGB
CMYK
RGB Variations
Color information
#5299F1 (or 0x5299F1) is known color: Cornflower Blue. HEX triplet: 52, 99 and F1. RGB value is (82,153,241). Sum of RGB (Red+Green+Blue) = 82+153+241=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #5299F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5299F1 is #AD660E. Grayscale: #8D8D8D. Windows color (decimal): -11363855 or 15833426. OLE color: 15833426.
HSL color Cylindrical-coordinate representation of color #5299F1: hue angle of 213.21º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5299F1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 153 | 241 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.05 |
| HSL | 213.21º | 0.85% | 0.63% | - |
| HSV(B) | 213.21º | 0.66% | 0.95% | - |
| XYZ | 30.75 | 30.93 | 87.57 | - |
| YUV | 141.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 241 | 0.66 | 0.37 | 0 | 0.05 | 213.21 | 0.85 | 0.63 |
| Hex | 52 | 99 | F1 | 42 | 25 | 0 | 5 | D5 | 55 | 3F |
| Octal | 122 | 231 | 361 | 102 | 45 | 0 | 5 | 325 | 125 | 77 |
| Binary | 1010010 | 10011001 | 11110001 | 1000010 | 100101 | 0 | 101 | 11010101 | 1010101 | 111111 |
Color Harmonies of #5299F1
Complementary color
Monochromatic Colors of #5299F1
Black with #5299F1
Text Example
Text Example
White with #5299F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299F1; }
p { color: rgb(82,153,241); }
H1.HeaderClassName
{
color: #5299F1;
}
.AnyTagClassName
{
color: #5299F1;
}
</style>
background-color css
<style>
a { background-color: #5299F1; }
a { background-color: rgb(82,153,241); }
div.DivClassName
{
background-color: #5299F1;
}
.BgClassName
{
background-color: #5299F1;
}
</style>
border-color css
<style>
span { border-color: #5299F1; }
span { border-color: rgb(82,153,241); }
td.TdClassName
{
border-color: #5299F1;
}
.TagClassName
{
border-color: #5299F1;
}
</style>