Shades of Cornflower Blue #5BA1FB
Tints of Cornflower Blue #5BA1FB
RGB
CMYK
RGB Variations
Color information
#5BA1FB (or 0x5BA1FB) is known color: Cornflower Blue. HEX triplet: 5B, A1 and FB. RGB value is (91,161,251). Sum of RGB (Red+Green+Blue) = 91+161+251=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BA1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA1FB is #A45E04. Grayscale: #959595. Windows color (decimal): -10771973 or 16490843. OLE color: 16490843.
HSL color Cylindrical-coordinate representation of color #5BA1FB: hue angle of 213.75º 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 #5BA1FB is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 161 | 251 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.02 |
| HSL | 213.75º | 0.95% | 0.67% | - |
| HSV(B) | 213.75º | 0.64% | 0.98% | - |
| XYZ | 34.47 | 34.68 | 96.14 | - |
| YUV | 150.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 251 | 0.64 | 0.36 | 0 | 0.02 | 213.75 | 0.95 | 0.67 |
| Hex | 5B | A1 | FB | 40 | 24 | 0 | 2 | D6 | 5F | 43 |
| Octal | 133 | 241 | 373 | 100 | 44 | 0 | 2 | 326 | 137 | 103 |
| Binary | 1011011 | 10100001 | 11111011 | 1000000 | 100100 | 0 | 10 | 11010110 | 1011111 | 1000011 |
Color Harmonies of #5BA1FB
Complementary color
Monochromatic Colors of #5BA1FB
Black with #5BA1FB
Text Example
Text Example
White with #5BA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1FB; }
p { color: rgb(91,161,251); }
H1.HeaderClassName
{
color: #5BA1FB;
}
.AnyTagClassName
{
color: #5BA1FB;
}
</style>
background-color css
<style>
a { background-color: #5BA1FB; }
a { background-color: rgb(91,161,251); }
div.DivClassName
{
background-color: #5BA1FB;
}
.BgClassName
{
background-color: #5BA1FB;
}
</style>
border-color css
<style>
span { border-color: #5BA1FB; }
span { border-color: rgb(91,161,251); }
td.TdClassName
{
border-color: #5BA1FB;
}
.TagClassName
{
border-color: #5BA1FB;
}
</style>