Shades of Cornflower Blue #5992F8
Tints of Cornflower Blue #5992F8
RGB
CMYK
RGB Variations
Color information
#5992F8 (or 0x5992F8) is known color: Cornflower Blue. HEX triplet: 59, 92 and F8. RGB value is (89,146,248). Sum of RGB (Red+Green+Blue) = 89+146+248=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #5992F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992F8 is #A66D07. Grayscale: #8C8C8C. Windows color (decimal): -10906888 or 16290393. OLE color: 16290393.
HSL color Cylindrical-coordinate representation of color #5992F8: hue angle of 218.49º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5992F8 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 146 | 248 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.03 |
| HSL | 218.49º | 0.92% | 0.66% | - |
| HSV(B) | 218.49º | 0.64% | 0.97% | - |
| XYZ | 31.34 | 29.46 | 92.84 | - |
| YUV | 140.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 248 | 0.64 | 0.41 | 0 | 0.03 | 218.49 | 0.92 | 0.66 |
| Hex | 59 | 92 | F8 | 40 | 29 | 0 | 3 | DA | 5C | 42 |
| Octal | 131 | 222 | 370 | 100 | 51 | 0 | 3 | 332 | 134 | 102 |
| Binary | 1011001 | 10010010 | 11111000 | 1000000 | 101001 | 0 | 11 | 11011010 | 1011100 | 1000010 |
Color Harmonies of #5992F8
Complementary color
Monochromatic Colors of #5992F8
Black with #5992F8
Text Example
Text Example
White with #5992F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992F8; }
p { color: rgb(89,146,248); }
H1.HeaderClassName
{
color: #5992F8;
}
.AnyTagClassName
{
color: #5992F8;
}
</style>
background-color css
<style>
a { background-color: #5992F8; }
a { background-color: rgb(89,146,248); }
div.DivClassName
{
background-color: #5992F8;
}
.BgClassName
{
background-color: #5992F8;
}
</style>
border-color css
<style>
span { border-color: #5992F8; }
span { border-color: rgb(89,146,248); }
td.TdClassName
{
border-color: #5992F8;
}
.TagClassName
{
border-color: #5992F8;
}
</style>