Shades of Cornflower Blue #5B9DFB
Tints of Cornflower Blue #5B9DFB
RGB
CMYK
RGB Variations
Color information
#5B9DFB (or 0x5B9DFB) is known color: Cornflower Blue. HEX triplet: 5B, 9D and FB. RGB value is (91,157,251). Sum of RGB (Red+Green+Blue) = 91+157+251=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B9DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9DFB is #A46204. Grayscale: #939393. Windows color (decimal): -10772997 or 16489819. OLE color: 16489819.
HSL color Cylindrical-coordinate representation of color #5B9DFB: hue angle of 215.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B9DFB is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 157 | 251 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.02 |
| HSL | 215.25º | 0.95% | 0.67% | - |
| HSV(B) | 215.25º | 0.64% | 0.98% | - |
| XYZ | 33.78 | 33.3 | 95.91 | - |
| YUV | 147.98 | 186.13 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 251 | 0.64 | 0.37 | 0 | 0.02 | 215.25 | 0.95 | 0.67 |
| Hex | 5B | 9D | FB | 40 | 25 | 0 | 2 | D7 | 5F | 43 |
| Octal | 133 | 235 | 373 | 100 | 45 | 0 | 2 | 327 | 137 | 103 |
| Binary | 1011011 | 10011101 | 11111011 | 1000000 | 100101 | 0 | 10 | 11010111 | 1011111 | 1000011 |
Color Harmonies of #5B9DFB
Complementary color
Monochromatic Colors of #5B9DFB
Black with #5B9DFB
Text Example
Text Example
White with #5B9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9DFB; }
p { color: rgb(91,157,251); }
H1.HeaderClassName
{
color: #5B9DFB;
}
.AnyTagClassName
{
color: #5B9DFB;
}
</style>
background-color css
<style>
a { background-color: #5B9DFB; }
a { background-color: rgb(91,157,251); }
div.DivClassName
{
background-color: #5B9DFB;
}
.BgClassName
{
background-color: #5B9DFB;
}
</style>
border-color css
<style>
span { border-color: #5B9DFB; }
span { border-color: rgb(91,157,251); }
td.TdClassName
{
border-color: #5B9DFB;
}
.TagClassName
{
border-color: #5B9DFB;
}
</style>