Shades of Cornflower Blue #589AFB
Tints of Cornflower Blue #589AFB
RGB
CMYK
RGB Variations
Color information
#589AFB (or 0x589AFB) is known color: Cornflower Blue. HEX triplet: 58, 9A and FB. RGB value is (88,154,251). Sum of RGB (Red+Green+Blue) = 88+154+251=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #589AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589AFB is #A76504. Grayscale: #909090. Windows color (decimal): -10970373 or 16489048. OLE color: 16489048.
HSL color Cylindrical-coordinate representation of color #589AFB: hue angle of 215.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #589AFB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 154 | 251 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.02 |
| HSL | 215.71º | 0.95% | 0.66% | - |
| HSV(B) | 215.71º | 0.65% | 0.98% | - |
| XYZ | 32.99 | 32.15 | 95.73 | - |
| YUV | 145.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 251 | 0.65 | 0.39 | 0 | 0.02 | 215.71 | 0.95 | 0.66 |
| Hex | 58 | 9A | FB | 41 | 27 | 0 | 2 | D8 | 5F | 42 |
| Octal | 130 | 232 | 373 | 101 | 47 | 0 | 2 | 330 | 137 | 102 |
| Binary | 1011000 | 10011010 | 11111011 | 1000001 | 100111 | 0 | 10 | 11011000 | 1011111 | 1000010 |
Color Harmonies of #589AFB
Complementary color
Monochromatic Colors of #589AFB
Black with #589AFB
Text Example
Text Example
White with #589AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AFB; }
p { color: rgb(88,154,251); }
H1.HeaderClassName
{
color: #589AFB;
}
.AnyTagClassName
{
color: #589AFB;
}
</style>
background-color css
<style>
a { background-color: #589AFB; }
a { background-color: rgb(88,154,251); }
div.DivClassName
{
background-color: #589AFB;
}
.BgClassName
{
background-color: #589AFB;
}
</style>
border-color css
<style>
span { border-color: #589AFB; }
span { border-color: rgb(88,154,251); }
td.TdClassName
{
border-color: #589AFB;
}
.TagClassName
{
border-color: #589AFB;
}
</style>