Shades of Cornflower Blue #599BFF
Tints of Cornflower Blue #599BFF
RGB
CMYK
RGB Variations
Color information
#599BFF (or 0x599BFF) is known color: Cornflower Blue. HEX triplet: 59, 9B and FF. RGB value is (89,155,255). Sum of RGB (Red+Green+Blue) = 89+155+255=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #599BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BFF is #A66400. Grayscale: #929292. Windows color (decimal): -10904577 or 16751449. OLE color: 16751449.
HSL color Cylindrical-coordinate representation of color #599BFF: hue angle of 216.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599BFF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 155 | 255 | - |
| CMYK | 0.65 | 0.39 | 0 | 0 |
| HSL | 216.14º | 1% | 0.67% | - |
| HSV(B) | 216.14º | 0.65% | 1% | - |
| XYZ | 33.89 | 32.79 | 99.15 | - |
| YUV | 146.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 255 | 0.65 | 0.39 | 0 | 0 | 216.14 | 1 | 0.67 |
| Hex | 59 | 9B | FF | 41 | 27 | 0 | 0 | D8 | 64 | 43 |
| Octal | 131 | 233 | 377 | 101 | 47 | 0 | 0 | 330 | 144 | 103 |
| Binary | 1011001 | 10011011 | 11111111 | 1000001 | 100111 | 0 | 0 | 11011000 | 1100100 | 1000011 |
Color Harmonies of #599BFF
Complementary color
Monochromatic Colors of #599BFF
Black with #599BFF
Text Example
Text Example
White with #599BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BFF; }
p { color: rgb(89,155,255); }
H1.HeaderClassName
{
color: #599BFF;
}
.AnyTagClassName
{
color: #599BFF;
}
</style>
background-color css
<style>
a { background-color: #599BFF; }
a { background-color: rgb(89,155,255); }
div.DivClassName
{
background-color: #599BFF;
}
.BgClassName
{
background-color: #599BFF;
}
</style>
border-color css
<style>
span { border-color: #599BFF; }
span { border-color: rgb(89,155,255); }
td.TdClassName
{
border-color: #599BFF;
}
.TagClassName
{
border-color: #599BFF;
}
</style>