Shades of Cornflower Blue #589AF1
Tints of Cornflower Blue #589AF1
RGB
CMYK
RGB Variations
Color information
#589AF1 (or 0x589AF1) is known color: Cornflower Blue. HEX triplet: 58, 9A and F1. RGB value is (88,154,241). Sum of RGB (Red+Green+Blue) = 88+154+241=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #589AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589AF1 is #A7650E. Grayscale: #8F8F8F. Windows color (decimal): -10970383 or 15833688. OLE color: 15833688.
HSL color Cylindrical-coordinate representation of color #589AF1: hue angle of 214.12º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #589AF1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 154 | 241 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.05 |
| HSL | 214.12º | 0.85% | 0.65% | - |
| HSV(B) | 214.12º | 0.63% | 0.95% | - |
| XYZ | 31.46 | 31.54 | 87.65 | - |
| YUV | 144.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 241 | 0.63 | 0.36 | 0 | 0.05 | 214.12 | 0.85 | 0.65 |
| Hex | 58 | 9A | F1 | 3F | 24 | 0 | 5 | D6 | 55 | 41 |
| Octal | 130 | 232 | 361 | 77 | 44 | 0 | 5 | 326 | 125 | 101 |
| Binary | 1011000 | 10011010 | 11110001 | 111111 | 100100 | 0 | 101 | 11010110 | 1010101 | 1000001 |
Color Harmonies of #589AF1
Complementary color
Monochromatic Colors of #589AF1
Black with #589AF1
Text Example
Text Example
White with #589AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AF1; }
p { color: rgb(88,154,241); }
H1.HeaderClassName
{
color: #589AF1;
}
.AnyTagClassName
{
color: #589AF1;
}
</style>
background-color css
<style>
a { background-color: #589AF1; }
a { background-color: rgb(88,154,241); }
div.DivClassName
{
background-color: #589AF1;
}
.BgClassName
{
background-color: #589AF1;
}
</style>
border-color css
<style>
span { border-color: #589AF1; }
span { border-color: rgb(88,154,241); }
td.TdClassName
{
border-color: #589AF1;
}
.TagClassName
{
border-color: #589AF1;
}
</style>