Shades of Cornflower Blue #5188FC
Tints of Cornflower Blue #5188FC
RGB
CMYK
RGB Variations
Color information
#5188FC (or 0x5188FC) is known color: Cornflower Blue. HEX triplet: 51, 88 and FC. RGB value is (81,136,252). Sum of RGB (Red+Green+Blue) = 81+136+252=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #5188FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188FC is #AE7703. Grayscale: #848484. Windows color (decimal): -11433732 or 16549969. OLE color: 16549969.
HSL color Cylindrical-coordinate representation of color #5188FC: hue angle of 220.7º 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 #5188FC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 136 | 252 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.01 |
| HSL | 220.7º | 0.97% | 0.65% | - |
| HSV(B) | 220.7º | 0.68% | 0.99% | - |
| XYZ | 29.77 | 26.39 | 95.62 | - |
| YUV | 132.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 252 | 0.68 | 0.46 | 0 | 0.01 | 220.7 | 0.97 | 0.65 |
| Hex | 51 | 88 | FC | 44 | 2E | 0 | 1 | DD | 61 | 41 |
| Octal | 121 | 210 | 374 | 104 | 56 | 0 | 1 | 335 | 141 | 101 |
| Binary | 1010001 | 10001000 | 11111100 | 1000100 | 101110 | 0 | 1 | 11011101 | 1100001 | 1000001 |
Color Harmonies of #5188FC
Complementary color
Monochromatic Colors of #5188FC
Black with #5188FC
Text Example
Text Example
White with #5188FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188FC; }
p { color: rgb(81,136,252); }
H1.HeaderClassName
{
color: #5188FC;
}
.AnyTagClassName
{
color: #5188FC;
}
</style>
background-color css
<style>
a { background-color: #5188FC; }
a { background-color: rgb(81,136,252); }
div.DivClassName
{
background-color: #5188FC;
}
.BgClassName
{
background-color: #5188FC;
}
</style>
border-color css
<style>
span { border-color: #5188FC; }
span { border-color: rgb(81,136,252); }
td.TdClassName
{
border-color: #5188FC;
}
.TagClassName
{
border-color: #5188FC;
}
</style>