Shades of Cornflower Blue #5BA2FA
Tints of Cornflower Blue #5BA2FA
RGB
CMYK
RGB Variations
Color information
#5BA2FA (or 0x5BA2FA) is known color: Cornflower Blue. HEX triplet: 5B, A2 and FA. RGB value is (91,162,250). Sum of RGB (Red+Green+Blue) = 91+162+250=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2FA is #A45D05. Grayscale: #969696. Windows color (decimal): -10771718 or 16425563. OLE color: 16425563.
HSL color Cylindrical-coordinate representation of color #5BA2FA: hue angle of 213.21º degrees, saturation: 0.94, 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 #5BA2FA is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 162 | 250 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.02 |
| HSL | 213.21º | 0.94% | 0.67% | - |
| HSV(B) | 213.21º | 0.64% | 0.98% | - |
| XYZ | 34.49 | 34.97 | 95.37 | - |
| YUV | 150.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 250 | 0.64 | 0.35 | 0 | 0.02 | 213.21 | 0.94 | 0.67 |
| Hex | 5B | A2 | FA | 40 | 23 | 0 | 2 | D5 | 5E | 43 |
| Octal | 133 | 242 | 372 | 100 | 43 | 0 | 2 | 325 | 136 | 103 |
| Binary | 1011011 | 10100010 | 11111010 | 1000000 | 100011 | 0 | 10 | 11010101 | 1011110 | 1000011 |
Color Harmonies of #5BA2FA
Complementary color
Monochromatic Colors of #5BA2FA
Black with #5BA2FA
Text Example
Text Example
White with #5BA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA2FA; }
p { color: rgb(91,162,250); }
H1.HeaderClassName
{
color: #5BA2FA;
}
.AnyTagClassName
{
color: #5BA2FA;
}
</style>
background-color css
<style>
a { background-color: #5BA2FA; }
a { background-color: rgb(91,162,250); }
div.DivClassName
{
background-color: #5BA2FA;
}
.BgClassName
{
background-color: #5BA2FA;
}
</style>
border-color css
<style>
span { border-color: #5BA2FA; }
span { border-color: rgb(91,162,250); }
td.TdClassName
{
border-color: #5BA2FA;
}
.TagClassName
{
border-color: #5BA2FA;
}
</style>