Shades of Cornflower Blue #5193FC
Tints of Cornflower Blue #5193FC
RGB
CMYK
RGB Variations
Color information
#5193FC (or 0x5193FC) is known color: Cornflower Blue. HEX triplet: 51, 93 and FC. RGB value is (81,147,252). Sum of RGB (Red+Green+Blue) = 81+147+252=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #5193FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193FC is #AE6C03. Grayscale: #8A8A8A. Windows color (decimal): -11430916 or 16552785. OLE color: 16552785.
HSL color Cylindrical-coordinate representation of color #5193FC: hue angle of 216.84º 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 #5193FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 147 | 252 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.01 |
| HSL | 216.84º | 0.97% | 0.65% | - |
| HSV(B) | 216.84º | 0.68% | 0.99% | - |
| XYZ | 31.4 | 29.65 | 96.16 | - |
| YUV | 139.24 | 191.63 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 252 | 0.68 | 0.42 | 0 | 0.01 | 216.84 | 0.97 | 0.65 |
| Hex | 51 | 93 | FC | 44 | 2A | 0 | 1 | D9 | 61 | 41 |
| Octal | 121 | 223 | 374 | 104 | 52 | 0 | 1 | 331 | 141 | 101 |
| Binary | 1010001 | 10010011 | 11111100 | 1000100 | 101010 | 0 | 1 | 11011001 | 1100001 | 1000001 |
Color Harmonies of #5193FC
Complementary color
Monochromatic Colors of #5193FC
Black with #5193FC
Text Example
Text Example
White with #5193FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193FC; }
p { color: rgb(81,147,252); }
H1.HeaderClassName
{
color: #5193FC;
}
.AnyTagClassName
{
color: #5193FC;
}
</style>
background-color css
<style>
a { background-color: #5193FC; }
a { background-color: rgb(81,147,252); }
div.DivClassName
{
background-color: #5193FC;
}
.BgClassName
{
background-color: #5193FC;
}
</style>
border-color css
<style>
span { border-color: #5193FC; }
span { border-color: rgb(81,147,252); }
td.TdClassName
{
border-color: #5193FC;
}
.TagClassName
{
border-color: #5193FC;
}
</style>