Shades of Cornflower Blue #5B98FE
Tints of Cornflower Blue #5B98FE
RGB
CMYK
RGB Variations
Color information
#5B98FE (or 0x5B98FE) is known color: Cornflower Blue. HEX triplet: 5B, 98 and FE. RGB value is (91,152,254). Sum of RGB (Red+Green+Blue) = 91+152+254=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B98FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B98FE is #A46701. Grayscale: #909090. Windows color (decimal): -10774274 or 16685147. OLE color: 16685147.
HSL color Cylindrical-coordinate representation of color #5B98FE: hue angle of 217.55º 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 #5B98FE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 152 | 254 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.00 |
| HSL | 217.55º | 0.99% | 0.68% | - |
| HSV(B) | 217.55º | 0.64% | 1% | - |
| XYZ | 33.43 | 31.84 | 98.15 | - |
| YUV | 145.39 | 189.29 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 254 | 0.64 | 0.40 | 0 | 0.00 | 217.55 | 0.99 | 0.68 |
| Hex | 5B | 98 | FE | 40 | 28 | 0 | 0 | DA | 63 | 44 |
| Octal | 133 | 230 | 376 | 100 | 50 | 0 | 0 | 332 | 143 | 104 |
| Binary | 1011011 | 10011000 | 11111110 | 1000000 | 101000 | 0 | 0 | 11011010 | 1100011 | 1000100 |
Color Harmonies of #5B98FE
Complementary color
Monochromatic Colors of #5B98FE
Black with #5B98FE
Text Example
Text Example
White with #5B98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B98FE; }
p { color: rgb(91,152,254); }
H1.HeaderClassName
{
color: #5B98FE;
}
.AnyTagClassName
{
color: #5B98FE;
}
</style>
background-color css
<style>
a { background-color: #5B98FE; }
a { background-color: rgb(91,152,254); }
div.DivClassName
{
background-color: #5B98FE;
}
.BgClassName
{
background-color: #5B98FE;
}
</style>
border-color css
<style>
span { border-color: #5B98FE; }
span { border-color: rgb(91,152,254); }
td.TdClassName
{
border-color: #5B98FE;
}
.TagClassName
{
border-color: #5B98FE;
}
</style>