Shades of Cornflower Blue #5191FE
Tints of Cornflower Blue #5191FE
RGB
CMYK
RGB Variations
Color information
#5191FE (or 0x5191FE) is known color: Cornflower Blue. HEX triplet: 51, 91 and FE. RGB value is (81,145,254). Sum of RGB (Red+Green+Blue) = 81+145+254=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #5191FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191FE is #AE6E01. Grayscale: #898989. Windows color (decimal): -11431426 or 16683345. OLE color: 16683345.
HSL color Cylindrical-coordinate representation of color #5191FE: hue angle of 217.8º 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 #5191FE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 145 | 254 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.00 |
| HSL | 217.8º | 0.99% | 0.66% | - |
| HSV(B) | 217.8º | 0.68% | 1% | - |
| XYZ | 31.41 | 29.16 | 97.74 | - |
| YUV | 138.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 254 | 0.68 | 0.43 | 0 | 0.00 | 217.8 | 0.99 | 0.66 |
| Hex | 51 | 91 | FE | 44 | 2B | 0 | 0 | DA | 63 | 42 |
| Octal | 121 | 221 | 376 | 104 | 53 | 0 | 0 | 332 | 143 | 102 |
| Binary | 1010001 | 10010001 | 11111110 | 1000100 | 101011 | 0 | 0 | 11011010 | 1100011 | 1000010 |
Color Harmonies of #5191FE
Complementary color
Monochromatic Colors of #5191FE
Black with #5191FE
Text Example
Text Example
White with #5191FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191FE; }
p { color: rgb(81,145,254); }
H1.HeaderClassName
{
color: #5191FE;
}
.AnyTagClassName
{
color: #5191FE;
}
</style>
background-color css
<style>
a { background-color: #5191FE; }
a { background-color: rgb(81,145,254); }
div.DivClassName
{
background-color: #5191FE;
}
.BgClassName
{
background-color: #5191FE;
}
</style>
border-color css
<style>
span { border-color: #5191FE; }
span { border-color: rgb(81,145,254); }
td.TdClassName
{
border-color: #5191FE;
}
.TagClassName
{
border-color: #5191FE;
}
</style>