Shades of Cornflower Blue #5994FB
Tints of Cornflower Blue #5994FB
RGB
CMYK
RGB Variations
Color information
#5994FB (or 0x5994FB) is known color: Cornflower Blue. HEX triplet: 59, 94 and FB. RGB value is (89,148,251). Sum of RGB (Red+Green+Blue) = 89+148+251=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #5994FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5994FB is #A66B04. Grayscale: #8D8D8D. Windows color (decimal): -10906373 or 16487513. OLE color: 16487513.
HSL color Cylindrical-coordinate representation of color #5994FB: hue angle of 218.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5994FB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 148 | 251 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.02 |
| HSL | 218.15º | 0.95% | 0.67% | - |
| HSV(B) | 218.15º | 0.65% | 0.98% | - |
| XYZ | 32.12 | 30.27 | 95.42 | - |
| YUV | 142.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 251 | 0.65 | 0.41 | 0 | 0.02 | 218.15 | 0.95 | 0.67 |
| Hex | 59 | 94 | FB | 41 | 29 | 0 | 2 | DA | 5F | 43 |
| Octal | 131 | 224 | 373 | 101 | 51 | 0 | 2 | 332 | 137 | 103 |
| Binary | 1011001 | 10010100 | 11111011 | 1000001 | 101001 | 0 | 10 | 11011010 | 1011111 | 1000011 |
Color Harmonies of #5994FB
Complementary color
Monochromatic Colors of #5994FB
Black with #5994FB
Text Example
Text Example
White with #5994FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5994FB; }
p { color: rgb(89,148,251); }
H1.HeaderClassName
{
color: #5994FB;
}
.AnyTagClassName
{
color: #5994FB;
}
</style>
background-color css
<style>
a { background-color: #5994FB; }
a { background-color: rgb(89,148,251); }
div.DivClassName
{
background-color: #5994FB;
}
.BgClassName
{
background-color: #5994FB;
}
</style>
border-color css
<style>
span { border-color: #5994FB; }
span { border-color: rgb(89,148,251); }
td.TdClassName
{
border-color: #5994FB;
}
.TagClassName
{
border-color: #5994FB;
}
</style>