Shades of Cornflower Blue #5190F8
Tints of Cornflower Blue #5190F8
RGB
CMYK
RGB Variations
Color information
#5190F8 (or 0x5190F8) is known color: Cornflower Blue. HEX triplet: 51, 90 and F8. RGB value is (81,144,248). Sum of RGB (Red+Green+Blue) = 81+144+248=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #5190F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190F8 is #AE6F07. Grayscale: #888888. Windows color (decimal): -11431688 or 16289873. OLE color: 16289873.
HSL color Cylindrical-coordinate representation of color #5190F8: hue angle of 217.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5190F8 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 144 | 248 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.03 |
| HSL | 217.37º | 0.92% | 0.65% | - |
| HSV(B) | 217.37º | 0.67% | 0.97% | - |
| XYZ | 30.31 | 28.47 | 92.71 | - |
| YUV | 137.02 | 190.63 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 248 | 0.67 | 0.42 | 0 | 0.03 | 217.37 | 0.92 | 0.65 |
| Hex | 51 | 90 | F8 | 43 | 2A | 0 | 3 | D9 | 5C | 41 |
| Octal | 121 | 220 | 370 | 103 | 52 | 0 | 3 | 331 | 134 | 101 |
| Binary | 1010001 | 10010000 | 11111000 | 1000011 | 101010 | 0 | 11 | 11011001 | 1011100 | 1000001 |
Color Harmonies of #5190F8
Complementary color
Monochromatic Colors of #5190F8
Black with #5190F8
Text Example
Text Example
White with #5190F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190F8; }
p { color: rgb(81,144,248); }
H1.HeaderClassName
{
color: #5190F8;
}
.AnyTagClassName
{
color: #5190F8;
}
</style>
background-color css
<style>
a { background-color: #5190F8; }
a { background-color: rgb(81,144,248); }
div.DivClassName
{
background-color: #5190F8;
}
.BgClassName
{
background-color: #5190F8;
}
</style>
border-color css
<style>
span { border-color: #5190F8; }
span { border-color: rgb(81,144,248); }
td.TdClassName
{
border-color: #5190F8;
}
.TagClassName
{
border-color: #5190F8;
}
</style>