Shades of Cornflower Blue #589AFC
Tints of Cornflower Blue #589AFC
RGB
CMYK
RGB Variations
Color information
#589AFC (or 0x589AFC) is known color: Cornflower Blue. HEX triplet: 58, 9A and FC. RGB value is (88,154,252). Sum of RGB (Red+Green+Blue) = 88+154+252=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #589AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589AFC is #A76503. Grayscale: #909090. Windows color (decimal): -10970372 or 16554584. OLE color: 16554584.
HSL color Cylindrical-coordinate representation of color #589AFC: hue angle of 215.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #589AFC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 154 | 252 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.01 |
| HSL | 215.85º | 0.96% | 0.67% | - |
| HSV(B) | 215.85º | 0.65% | 0.99% | - |
| XYZ | 33.15 | 32.21 | 96.57 | - |
| YUV | 145.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 252 | 0.65 | 0.39 | 0 | 0.01 | 215.85 | 0.96 | 0.67 |
| Hex | 58 | 9A | FC | 41 | 27 | 0 | 1 | D8 | 60 | 43 |
| Octal | 130 | 232 | 374 | 101 | 47 | 0 | 1 | 330 | 140 | 103 |
| Binary | 1011000 | 10011010 | 11111100 | 1000001 | 100111 | 0 | 1 | 11011000 | 1100000 | 1000011 |
Color Harmonies of #589AFC
Complementary color
Monochromatic Colors of #589AFC
Black with #589AFC
Text Example
Text Example
White with #589AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AFC; }
p { color: rgb(88,154,252); }
H1.HeaderClassName
{
color: #589AFC;
}
.AnyTagClassName
{
color: #589AFC;
}
</style>
background-color css
<style>
a { background-color: #589AFC; }
a { background-color: rgb(88,154,252); }
div.DivClassName
{
background-color: #589AFC;
}
.BgClassName
{
background-color: #589AFC;
}
</style>
border-color css
<style>
span { border-color: #589AFC; }
span { border-color: rgb(88,154,252); }
td.TdClassName
{
border-color: #589AFC;
}
.TagClassName
{
border-color: #589AFC;
}
</style>