Shades of Cornflower Blue #5089FF
Tints of Cornflower Blue #5089FF
RGB
CMYK
RGB Variations
Color information
#5089FF (or 0x5089FF) is known color: Cornflower Blue. HEX triplet: 50, 89 and FF. RGB value is (80,137,255). Sum of RGB (Red+Green+Blue) = 80+137+255=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5089FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5089FF is #AF7600. Grayscale: #848484. Windows color (decimal): -11499009 or 16746832. OLE color: 16746832.
HSL color Cylindrical-coordinate representation of color #5089FF: hue angle of 220.46º 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 #5089FF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 137 | 255 | - |
| CMYK | 0.69 | 0.46 | 0 | 0 |
| HSL | 220.46º | 1% | 0.66% | - |
| HSV(B) | 220.46º | 0.69% | 1% | - |
| XYZ | 30.3 | 26.82 | 98.19 | - |
| YUV | 133.41 | 196.62 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 255 | 0.69 | 0.46 | 0 | 0 | 220.46 | 1 | 0.66 |
| Hex | 50 | 89 | FF | 45 | 2E | 0 | 0 | DC | 64 | 42 |
| Octal | 120 | 211 | 377 | 105 | 56 | 0 | 0 | 334 | 144 | 102 |
| Binary | 1010000 | 10001001 | 11111111 | 1000101 | 101110 | 0 | 0 | 11011100 | 1100100 | 1000010 |
Color Harmonies of #5089FF
Complementary color
Monochromatic Colors of #5089FF
Black with #5089FF
Text Example
Text Example
White with #5089FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089FF; }
p { color: rgb(80,137,255); }
H1.HeaderClassName
{
color: #5089FF;
}
.AnyTagClassName
{
color: #5089FF;
}
</style>
background-color css
<style>
a { background-color: #5089FF; }
a { background-color: rgb(80,137,255); }
div.DivClassName
{
background-color: #5089FF;
}
.BgClassName
{
background-color: #5089FF;
}
</style>
border-color css
<style>
span { border-color: #5089FF; }
span { border-color: rgb(80,137,255); }
td.TdClassName
{
border-color: #5089FF;
}
.TagClassName
{
border-color: #5089FF;
}
</style>