Shades of Cornflower Blue #5191FC
Tints of Cornflower Blue #5191FC
RGB
CMYK
RGB Variations
Color information
#5191FC (or 0x5191FC) is known color: Cornflower Blue. HEX triplet: 51, 91 and FC. RGB value is (81,145,252). Sum of RGB (Red+Green+Blue) = 81+145+252=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #5191FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191FC is #AE6E03. Grayscale: #898989. Windows color (decimal): -11431428 or 16552273. OLE color: 16552273.
HSL color Cylindrical-coordinate representation of color #5191FC: hue angle of 217.54º degrees, saturation: 0.97, 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 #5191FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 145 | 252 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.01 |
| HSL | 217.54º | 0.97% | 0.65% | - |
| HSV(B) | 217.54º | 0.68% | 0.99% | - |
| XYZ | 31.09 | 29.03 | 96.06 | - |
| YUV | 138.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 252 | 0.68 | 0.42 | 0 | 0.01 | 217.54 | 0.97 | 0.65 |
| Hex | 51 | 91 | FC | 44 | 2A | 0 | 1 | DA | 61 | 41 |
| Octal | 121 | 221 | 374 | 104 | 52 | 0 | 1 | 332 | 141 | 101 |
| Binary | 1010001 | 10010001 | 11111100 | 1000100 | 101010 | 0 | 1 | 11011010 | 1100001 | 1000001 |
Color Harmonies of #5191FC
Complementary color
Monochromatic Colors of #5191FC
Black with #5191FC
Text Example
Text Example
White with #5191FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191FC; }
p { color: rgb(81,145,252); }
H1.HeaderClassName
{
color: #5191FC;
}
.AnyTagClassName
{
color: #5191FC;
}
</style>
background-color css
<style>
a { background-color: #5191FC; }
a { background-color: rgb(81,145,252); }
div.DivClassName
{
background-color: #5191FC;
}
.BgClassName
{
background-color: #5191FC;
}
</style>
border-color css
<style>
span { border-color: #5191FC; }
span { border-color: rgb(81,145,252); }
td.TdClassName
{
border-color: #5191FC;
}
.TagClassName
{
border-color: #5191FC;
}
</style>