Shades of Cornflower Blue #5088FD
Tints of Cornflower Blue #5088FD
RGB
CMYK
RGB Variations
Color information
#5088FD (or 0x5088FD) is known color: Cornflower Blue. HEX triplet: 50, 88 and FD. RGB value is (80,136,253). Sum of RGB (Red+Green+Blue) = 80+136+253=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5088FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5088FD is #AF7702. Grayscale: #848484. Windows color (decimal): -11499267 or 16615504. OLE color: 16615504.
HSL color Cylindrical-coordinate representation of color #5088FD: hue angle of 220.58º 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 #5088FD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 136 | 253 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.01 |
| HSL | 220.58º | 0.98% | 0.65% | - |
| HSV(B) | 220.58º | 0.68% | 0.99% | - |
| XYZ | 29.84 | 26.41 | 96.45 | - |
| YUV | 132.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 253 | 0.68 | 0.46 | 0 | 0.01 | 220.58 | 0.98 | 0.65 |
| Hex | 50 | 88 | FD | 44 | 2E | 0 | 1 | DD | 62 | 41 |
| Octal | 120 | 210 | 375 | 104 | 56 | 0 | 1 | 335 | 142 | 101 |
| Binary | 1010000 | 10001000 | 11111101 | 1000100 | 101110 | 0 | 1 | 11011101 | 1100010 | 1000001 |
Color Harmonies of #5088FD
Complementary color
Monochromatic Colors of #5088FD
Black with #5088FD
Text Example
Text Example
White with #5088FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088FD; }
p { color: rgb(80,136,253); }
H1.HeaderClassName
{
color: #5088FD;
}
.AnyTagClassName
{
color: #5088FD;
}
</style>
background-color css
<style>
a { background-color: #5088FD; }
a { background-color: rgb(80,136,253); }
div.DivClassName
{
background-color: #5088FD;
}
.BgClassName
{
background-color: #5088FD;
}
</style>
border-color css
<style>
span { border-color: #5088FD; }
span { border-color: rgb(80,136,253); }
td.TdClassName
{
border-color: #5088FD;
}
.TagClassName
{
border-color: #5088FD;
}
</style>