Shades of Cornflower Blue #5B99FE
Tints of Cornflower Blue #5B99FE
RGB
CMYK
RGB Variations
Color information
#5B99FE (or 0x5B99FE) is known color: Cornflower Blue. HEX triplet: 5B, 99 and FE. RGB value is (91,153,254). Sum of RGB (Red+Green+Blue) = 91+153+254=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B99FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B99FE is #A46601. Grayscale: #919191. Windows color (decimal): -10774018 or 16685403. OLE color: 16685403.
HSL color Cylindrical-coordinate representation of color #5B99FE: hue angle of 217.18º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B99FE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 153 | 254 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.00 |
| HSL | 217.18º | 0.99% | 0.68% | - |
| HSV(B) | 217.18º | 0.64% | 1% | - |
| XYZ | 33.6 | 32.16 | 98.2 | - |
| YUV | 145.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 254 | 0.64 | 0.40 | 0 | 0.00 | 217.18 | 0.99 | 0.68 |
| Hex | 5B | 99 | FE | 40 | 28 | 0 | 0 | D9 | 63 | 44 |
| Octal | 133 | 231 | 376 | 100 | 50 | 0 | 0 | 331 | 143 | 104 |
| Binary | 1011011 | 10011001 | 11111110 | 1000000 | 101000 | 0 | 0 | 11011001 | 1100011 | 1000100 |
Color Harmonies of #5B99FE
Complementary color
Monochromatic Colors of #5B99FE
Black with #5B99FE
Text Example
Text Example
White with #5B99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B99FE; }
p { color: rgb(91,153,254); }
H1.HeaderClassName
{
color: #5B99FE;
}
.AnyTagClassName
{
color: #5B99FE;
}
</style>
background-color css
<style>
a { background-color: #5B99FE; }
a { background-color: rgb(91,153,254); }
div.DivClassName
{
background-color: #5B99FE;
}
.BgClassName
{
background-color: #5B99FE;
}
</style>
border-color css
<style>
span { border-color: #5B99FE; }
span { border-color: rgb(91,153,254); }
td.TdClassName
{
border-color: #5B99FE;
}
.TagClassName
{
border-color: #5B99FE;
}
</style>