Shades of Cornflower Blue #5089FD
Tints of Cornflower Blue #5089FD
RGB
CMYK
RGB Variations
Color information
#5089FD (or 0x5089FD) is known color: Cornflower Blue. HEX triplet: 50, 89 and FD. RGB value is (80,137,253). Sum of RGB (Red+Green+Blue) = 80+137+253=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 137 (53.91% from 255 or 29.15% 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 #5089FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5089FD is #AF7602. Grayscale: #848484. Windows color (decimal): -11499011 or 16615760. OLE color: 16615760.
HSL color Cylindrical-coordinate representation of color #5089FD: hue angle of 220.23º 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 #5089FD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 137 | 253 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.01 |
| HSL | 220.23º | 0.98% | 0.65% | - |
| HSV(B) | 220.23º | 0.68% | 0.99% | - |
| XYZ | 29.98 | 26.69 | 96.5 | - |
| YUV | 133.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 253 | 0.68 | 0.46 | 0 | 0.01 | 220.23 | 0.98 | 0.65 |
| Hex | 50 | 89 | FD | 44 | 2E | 0 | 1 | DC | 62 | 41 |
| Octal | 120 | 211 | 375 | 104 | 56 | 0 | 1 | 334 | 142 | 101 |
| Binary | 1010000 | 10001001 | 11111101 | 1000100 | 101110 | 0 | 1 | 11011100 | 1100010 | 1000001 |
Color Harmonies of #5089FD
Complementary color
Monochromatic Colors of #5089FD
Black with #5089FD
Text Example
Text Example
White with #5089FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089FD; }
p { color: rgb(80,137,253); }
H1.HeaderClassName
{
color: #5089FD;
}
.AnyTagClassName
{
color: #5089FD;
}
</style>
background-color css
<style>
a { background-color: #5089FD; }
a { background-color: rgb(80,137,253); }
div.DivClassName
{
background-color: #5089FD;
}
.BgClassName
{
background-color: #5089FD;
}
</style>
border-color css
<style>
span { border-color: #5089FD; }
span { border-color: rgb(80,137,253); }
td.TdClassName
{
border-color: #5089FD;
}
.TagClassName
{
border-color: #5089FD;
}
</style>