Shades of Cornflower Blue #5191FD
Tints of Cornflower Blue #5191FD
RGB
CMYK
RGB Variations
Color information
#5191FD (or 0x5191FD) is known color: Cornflower Blue. HEX triplet: 51, 91 and FD. RGB value is (81,145,253). Sum of RGB (Red+Green+Blue) = 81+145+253=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #5191FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191FD is #AE6E02. Grayscale: #898989. Windows color (decimal): -11431427 or 16617809. OLE color: 16617809.
HSL color Cylindrical-coordinate representation of color #5191FD: hue angle of 217.67º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5191FD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 145 | 253 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.01 |
| HSL | 217.67º | 0.98% | 0.65% | - |
| HSV(B) | 217.67º | 0.68% | 0.99% | - |
| XYZ | 31.25 | 29.09 | 96.9 | - |
| YUV | 138.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 253 | 0.68 | 0.43 | 0 | 0.01 | 217.67 | 0.98 | 0.65 |
| Hex | 51 | 91 | FD | 44 | 2B | 0 | 1 | DA | 62 | 41 |
| Octal | 121 | 221 | 375 | 104 | 53 | 0 | 1 | 332 | 142 | 101 |
| Binary | 1010001 | 10010001 | 11111101 | 1000100 | 101011 | 0 | 1 | 11011010 | 1100010 | 1000001 |
Color Harmonies of #5191FD
Complementary color
Monochromatic Colors of #5191FD
Black with #5191FD
Text Example
Text Example
White with #5191FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191FD; }
p { color: rgb(81,145,253); }
H1.HeaderClassName
{
color: #5191FD;
}
.AnyTagClassName
{
color: #5191FD;
}
</style>
background-color css
<style>
a { background-color: #5191FD; }
a { background-color: rgb(81,145,253); }
div.DivClassName
{
background-color: #5191FD;
}
.BgClassName
{
background-color: #5191FD;
}
</style>
border-color css
<style>
span { border-color: #5191FD; }
span { border-color: rgb(81,145,253); }
td.TdClassName
{
border-color: #5191FD;
}
.TagClassName
{
border-color: #5191FD;
}
</style>