Shades of Cornflower Blue #5089DF
Tints of Cornflower Blue #5089DF
RGB
CMYK
RGB Variations
Color information
#5089DF (or 0x5089DF) is known color: Cornflower Blue. HEX triplet: 50, 89 and DF. RGB value is (80,137,223). Sum of RGB (Red+Green+Blue) = 80+137+223=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5089DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089DF is #AF7620. Grayscale: #818181. Windows color (decimal): -11499041 or 14649680. OLE color: 14649680.
HSL color Cylindrical-coordinate representation of color #5089DF: hue angle of 216.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5089DF is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 137 | 223 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.13 |
| HSL | 216.08º | 0.69% | 0.59% | - |
| HSV(B) | 216.08º | 0.64% | 0.87% | - |
| XYZ | 25.57 | 24.92 | 73.28 | - |
| YUV | 129.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 223 | 0.64 | 0.39 | 0 | 0.13 | 216.08 | 0.69 | 0.59 |
| Hex | 50 | 89 | DF | 40 | 27 | 0 | D | D8 | 45 | 3B |
| Octal | 120 | 211 | 337 | 100 | 47 | 0 | 15 | 330 | 105 | 73 |
| Binary | 1010000 | 10001001 | 11011111 | 1000000 | 100111 | 0 | 1101 | 11011000 | 1000101 | 111011 |
Color Harmonies of #5089DF
Complementary color
Monochromatic Colors of #5089DF
Black with #5089DF
Text Example
Text Example
White with #5089DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089DF; }
p { color: rgb(80,137,223); }
H1.HeaderClassName
{
color: #5089DF;
}
.AnyTagClassName
{
color: #5089DF;
}
</style>
background-color css
<style>
a { background-color: #5089DF; }
a { background-color: rgb(80,137,223); }
div.DivClassName
{
background-color: #5089DF;
}
.BgClassName
{
background-color: #5089DF;
}
</style>
border-color css
<style>
span { border-color: #5089DF; }
span { border-color: rgb(80,137,223); }
td.TdClassName
{
border-color: #5089DF;
}
.TagClassName
{
border-color: #5089DF;
}
</style>