Shades of Cornflower Blue #5193FB
Tints of Cornflower Blue #5193FB
RGB
CMYK
RGB Variations
Color information
#5193FB (or 0x5193FB) is known color: Cornflower Blue. HEX triplet: 51, 93 and FB. RGB value is (81,147,251). Sum of RGB (Red+Green+Blue) = 81+147+251=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #5193FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193FB is #AE6C04. Grayscale: #8A8A8A. Windows color (decimal): -11430917 or 16487249. OLE color: 16487249.
HSL color Cylindrical-coordinate representation of color #5193FB: hue angle of 216.71º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5193FB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 147 | 251 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.02 |
| HSL | 216.71º | 0.96% | 0.65% | - |
| HSV(B) | 216.71º | 0.68% | 0.98% | - |
| XYZ | 31.24 | 29.58 | 95.33 | - |
| YUV | 139.12 | 191.13 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 251 | 0.68 | 0.41 | 0 | 0.02 | 216.71 | 0.96 | 0.65 |
| Hex | 51 | 93 | FB | 44 | 29 | 0 | 2 | D9 | 60 | 41 |
| Octal | 121 | 223 | 373 | 104 | 51 | 0 | 2 | 331 | 140 | 101 |
| Binary | 1010001 | 10010011 | 11111011 | 1000100 | 101001 | 0 | 10 | 11011001 | 1100000 | 1000001 |
Color Harmonies of #5193FB
Complementary color
Monochromatic Colors of #5193FB
Black with #5193FB
Text Example
Text Example
White with #5193FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193FB; }
p { color: rgb(81,147,251); }
H1.HeaderClassName
{
color: #5193FB;
}
.AnyTagClassName
{
color: #5193FB;
}
</style>
background-color css
<style>
a { background-color: #5193FB; }
a { background-color: rgb(81,147,251); }
div.DivClassName
{
background-color: #5193FB;
}
.BgClassName
{
background-color: #5193FB;
}
</style>
border-color css
<style>
span { border-color: #5193FB; }
span { border-color: rgb(81,147,251); }
td.TdClassName
{
border-color: #5193FB;
}
.TagClassName
{
border-color: #5193FB;
}
</style>