Shades of Cornflower Blue #598FFE
Tints of Cornflower Blue #598FFE
RGB
CMYK
RGB Variations
Color information
#598FFE (or 0x598FFE) is known color: Cornflower Blue. HEX triplet: 59, 8F and FE. RGB value is (89,143,254). Sum of RGB (Red+Green+Blue) = 89+143+254=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #598FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598FFE is #A67001. Grayscale: #8B8B8B. Windows color (decimal): -10907650 or 16682841. OLE color: 16682841.
HSL color Cylindrical-coordinate representation of color #598FFE: hue angle of 220.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #598FFE is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 143 | 254 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.00 |
| HSL | 220.36º | 0.99% | 0.67% | - |
| HSV(B) | 220.36º | 0.65% | 1% | - |
| XYZ | 31.83 | 28.92 | 97.67 | - |
| YUV | 139.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 254 | 0.65 | 0.44 | 0 | 0.00 | 220.36 | 0.99 | 0.67 |
| Hex | 59 | 8F | FE | 41 | 2C | 0 | 0 | DC | 63 | 43 |
| Octal | 131 | 217 | 376 | 101 | 54 | 0 | 0 | 334 | 143 | 103 |
| Binary | 1011001 | 10001111 | 11111110 | 1000001 | 101100 | 0 | 0 | 11011100 | 1100011 | 1000011 |
Color Harmonies of #598FFE
Complementary color
Monochromatic Colors of #598FFE
Black with #598FFE
Text Example
Text Example
White with #598FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FFE; }
p { color: rgb(89,143,254); }
H1.HeaderClassName
{
color: #598FFE;
}
.AnyTagClassName
{
color: #598FFE;
}
</style>
background-color css
<style>
a { background-color: #598FFE; }
a { background-color: rgb(89,143,254); }
div.DivClassName
{
background-color: #598FFE;
}
.BgClassName
{
background-color: #598FFE;
}
</style>
border-color css
<style>
span { border-color: #598FFE; }
span { border-color: rgb(89,143,254); }
td.TdClassName
{
border-color: #598FFE;
}
.TagClassName
{
border-color: #598FFE;
}
</style>