Shades of Cornflower Blue #5291FF
Tints of Cornflower Blue #5291FF
RGB
CMYK
RGB Variations
Color information
#5291FF (or 0x5291FF) is known color: Cornflower Blue. HEX triplet: 52, 91 and FF. RGB value is (82,145,255). Sum of RGB (Red+Green+Blue) = 82+145+255=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #5291FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5291FF is #AD6E00. Grayscale: #8A8A8A. Windows color (decimal): -11365889 or 16748882. OLE color: 16748882.
HSL color Cylindrical-coordinate representation of color #5291FF: hue angle of 218.15º 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 #5291FF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 145 | 255 | - |
| CMYK | 0.68 | 0.43 | 0 | 0 |
| HSL | 218.15º | 1% | 0.66% | - |
| HSV(B) | 218.15º | 0.68% | 1% | - |
| XYZ | 31.66 | 29.26 | 98.59 | - |
| YUV | 138.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 255 | 0.68 | 0.43 | 0 | 0 | 218.15 | 1 | 0.66 |
| Hex | 52 | 91 | FF | 44 | 2B | 0 | 0 | DA | 64 | 42 |
| Octal | 122 | 221 | 377 | 104 | 53 | 0 | 0 | 332 | 144 | 102 |
| Binary | 1010010 | 10010001 | 11111111 | 1000100 | 101011 | 0 | 0 | 11011010 | 1100100 | 1000010 |
Color Harmonies of #5291FF
Complementary color
Monochromatic Colors of #5291FF
Black with #5291FF
Text Example
Text Example
White with #5291FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5291FF; }
p { color: rgb(82,145,255); }
H1.HeaderClassName
{
color: #5291FF;
}
.AnyTagClassName
{
color: #5291FF;
}
</style>
background-color css
<style>
a { background-color: #5291FF; }
a { background-color: rgb(82,145,255); }
div.DivClassName
{
background-color: #5291FF;
}
.BgClassName
{
background-color: #5291FF;
}
</style>
border-color css
<style>
span { border-color: #5291FF; }
span { border-color: rgb(82,145,255); }
td.TdClassName
{
border-color: #5291FF;
}
.TagClassName
{
border-color: #5291FF;
}
</style>