Shades of Cornflower Blue #5088FF
Tints of Cornflower Blue #5088FF
RGB
CMYK
RGB Variations
Color information
#5088FF (or 0x5088FF) is known color: Cornflower Blue. HEX triplet: 50, 88 and FF. RGB value is (80,136,255). Sum of RGB (Red+Green+Blue) = 80+136+255=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5088FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5088FF is #AF7700. Grayscale: #848484. Windows color (decimal): -11499265 or 16746576. OLE color: 16746576.
HSL color Cylindrical-coordinate representation of color #5088FF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5088FF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 136 | 255 | - |
| CMYK | 0.69 | 0.47 | 0 | 0 |
| HSL | 220.8º | 1% | 0.66% | - |
| HSV(B) | 220.8º | 0.69% | 1% | - |
| XYZ | 30.16 | 26.53 | 98.14 | - |
| YUV | 132.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 255 | 0.69 | 0.47 | 0 | 0 | 220.8 | 1 | 0.66 |
| Hex | 50 | 88 | FF | 45 | 2F | 0 | 0 | DD | 64 | 42 |
| Octal | 120 | 210 | 377 | 105 | 57 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010000 | 10001000 | 11111111 | 1000101 | 101111 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #5088FF
Complementary color
Monochromatic Colors of #5088FF
Black with #5088FF
Text Example
Text Example
White with #5088FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088FF; }
p { color: rgb(80,136,255); }
H1.HeaderClassName
{
color: #5088FF;
}
.AnyTagClassName
{
color: #5088FF;
}
</style>
background-color css
<style>
a { background-color: #5088FF; }
a { background-color: rgb(80,136,255); }
div.DivClassName
{
background-color: #5088FF;
}
.BgClassName
{
background-color: #5088FF;
}
</style>
border-color css
<style>
span { border-color: #5088FF; }
span { border-color: rgb(80,136,255); }
td.TdClassName
{
border-color: #5088FF;
}
.TagClassName
{
border-color: #5088FF;
}
</style>