Shades of Cornflower Blue #599FFD
Tints of Cornflower Blue #599FFD
RGB
CMYK
RGB Variations
Color information
#599FFD (or 0x599FFD) is known color: Cornflower Blue. HEX triplet: 59, 9F and FD. RGB value is (89,159,253). Sum of RGB (Red+Green+Blue) = 89+159+253=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #599FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FFD is #A66002. Grayscale: #949494. Windows color (decimal): -10903555 or 16621401. OLE color: 16621401.
HSL color Cylindrical-coordinate representation of color #599FFD: hue angle of 214.39º degrees, saturation: 0.98, 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 #599FFD is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 159 | 253 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.01 |
| HSL | 214.39º | 0.98% | 0.67% | - |
| HSV(B) | 214.39º | 0.65% | 0.99% | - |
| XYZ | 34.25 | 34.01 | 97.69 | - |
| YUV | 148.79 | 186.81 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 253 | 0.65 | 0.37 | 0 | 0.01 | 214.39 | 0.98 | 0.67 |
| Hex | 59 | 9F | FD | 41 | 25 | 0 | 1 | D6 | 62 | 43 |
| Octal | 131 | 237 | 375 | 101 | 45 | 0 | 1 | 326 | 142 | 103 |
| Binary | 1011001 | 10011111 | 11111101 | 1000001 | 100101 | 0 | 1 | 11010110 | 1100010 | 1000011 |
Color Harmonies of #599FFD
Complementary color
Monochromatic Colors of #599FFD
Black with #599FFD
Text Example
Text Example
White with #599FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FFD; }
p { color: rgb(89,159,253); }
H1.HeaderClassName
{
color: #599FFD;
}
.AnyTagClassName
{
color: #599FFD;
}
</style>
background-color css
<style>
a { background-color: #599FFD; }
a { background-color: rgb(89,159,253); }
div.DivClassName
{
background-color: #599FFD;
}
.BgClassName
{
background-color: #599FFD;
}
</style>
border-color css
<style>
span { border-color: #599FFD; }
span { border-color: rgb(89,159,253); }
td.TdClassName
{
border-color: #599FFD;
}
.TagClassName
{
border-color: #599FFD;
}
</style>