Shades of Cornflower Blue #5BA5FB
Tints of Cornflower Blue #5BA5FB
RGB
CMYK
RGB Variations
Color information
#5BA5FB (or 0x5BA5FB) is known color: Cornflower Blue. HEX triplet: 5B, A5 and FB. RGB value is (91,165,251). Sum of RGB (Red+Green+Blue) = 91+165+251=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BA5FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA5FB is #A45A04. Grayscale: #989898. Windows color (decimal): -10770949 or 16491867. OLE color: 16491867.
HSL color Cylindrical-coordinate representation of color #5BA5FB: hue angle of 212.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 #5BA5FB is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 165 | 251 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.02 |
| HSL | 212.25º | 0.95% | 0.67% | - |
| HSV(B) | 212.25º | 0.64% | 0.98% | - |
| XYZ | 35.18 | 36.1 | 96.38 | - |
| YUV | 152.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 251 | 0.64 | 0.34 | 0 | 0.02 | 212.25 | 0.95 | 0.67 |
| Hex | 5B | A5 | FB | 40 | 22 | 0 | 2 | D4 | 5F | 43 |
| Octal | 133 | 245 | 373 | 100 | 42 | 0 | 2 | 324 | 137 | 103 |
| Binary | 1011011 | 10100101 | 11111011 | 1000000 | 100010 | 0 | 10 | 11010100 | 1011111 | 1000011 |
Color Harmonies of #5BA5FB
Complementary color
Monochromatic Colors of #5BA5FB
Black with #5BA5FB
Text Example
Text Example
White with #5BA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5FB; }
p { color: rgb(91,165,251); }
H1.HeaderClassName
{
color: #5BA5FB;
}
.AnyTagClassName
{
color: #5BA5FB;
}
</style>
background-color css
<style>
a { background-color: #5BA5FB; }
a { background-color: rgb(91,165,251); }
div.DivClassName
{
background-color: #5BA5FB;
}
.BgClassName
{
background-color: #5BA5FB;
}
</style>
border-color css
<style>
span { border-color: #5BA5FB; }
span { border-color: rgb(91,165,251); }
td.TdClassName
{
border-color: #5BA5FB;
}
.TagClassName
{
border-color: #5BA5FB;
}
</style>