Shades of Cornflower Blue #5188FD
Tints of Cornflower Blue #5188FD
RGB
CMYK
RGB Variations
Color information
#5188FD (or 0x5188FD) is known color: Cornflower Blue. HEX triplet: 51, 88 and FD. RGB value is (81,136,253). Sum of RGB (Red+Green+Blue) = 81+136+253=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #5188FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188FD is #AE7702. Grayscale: #848484. Windows color (decimal): -11433731 or 16615505. OLE color: 16615505.
HSL color Cylindrical-coordinate representation of color #5188FD: hue angle of 220.81º degrees, saturation: 0.98, 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 #5188FD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 136 | 253 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.01 |
| HSL | 220.81º | 0.98% | 0.65% | - |
| HSV(B) | 220.81º | 0.68% | 0.99% | - |
| XYZ | 29.93 | 26.45 | 96.46 | - |
| YUV | 132.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 253 | 0.68 | 0.46 | 0 | 0.01 | 220.81 | 0.98 | 0.65 |
| Hex | 51 | 88 | FD | 44 | 2E | 0 | 1 | DD | 62 | 41 |
| Octal | 121 | 210 | 375 | 104 | 56 | 0 | 1 | 335 | 142 | 101 |
| Binary | 1010001 | 10001000 | 11111101 | 1000100 | 101110 | 0 | 1 | 11011101 | 1100010 | 1000001 |
Color Harmonies of #5188FD
Complementary color
Monochromatic Colors of #5188FD
Black with #5188FD
Text Example
Text Example
White with #5188FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188FD; }
p { color: rgb(81,136,253); }
H1.HeaderClassName
{
color: #5188FD;
}
.AnyTagClassName
{
color: #5188FD;
}
</style>
background-color css
<style>
a { background-color: #5188FD; }
a { background-color: rgb(81,136,253); }
div.DivClassName
{
background-color: #5188FD;
}
.BgClassName
{
background-color: #5188FD;
}
</style>
border-color css
<style>
span { border-color: #5188FD; }
span { border-color: rgb(81,136,253); }
td.TdClassName
{
border-color: #5188FD;
}
.TagClassName
{
border-color: #5188FD;
}
</style>