Shades of Cornflower Blue #5BA3FA
Tints of Cornflower Blue #5BA3FA
RGB
CMYK
RGB Variations
Color information
#5BA3FA (or 0x5BA3FA) is known color: Cornflower Blue. HEX triplet: 5B, A3 and FA. RGB value is (91,163,250). Sum of RGB (Red+Green+Blue) = 91+163+250=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA3FA is #A45C05. Grayscale: #969696. Windows color (decimal): -10771462 or 16425819. OLE color: 16425819.
HSL color Cylindrical-coordinate representation of color #5BA3FA: hue angle of 212.83º 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 #5BA3FA is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 163 | 250 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.02 |
| HSL | 212.83º | 0.94% | 0.67% | - |
| HSV(B) | 212.83º | 0.64% | 0.98% | - |
| XYZ | 34.67 | 35.32 | 95.43 | - |
| YUV | 151.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 250 | 0.64 | 0.35 | 0 | 0.02 | 212.83 | 0.94 | 0.67 |
| Hex | 5B | A3 | FA | 40 | 23 | 0 | 2 | D5 | 5E | 43 |
| Octal | 133 | 243 | 372 | 100 | 43 | 0 | 2 | 325 | 136 | 103 |
| Binary | 1011011 | 10100011 | 11111010 | 1000000 | 100011 | 0 | 10 | 11010101 | 1011110 | 1000011 |
Color Harmonies of #5BA3FA
Complementary color
Monochromatic Colors of #5BA3FA
Black with #5BA3FA
Text Example
Text Example
White with #5BA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3FA; }
p { color: rgb(91,163,250); }
H1.HeaderClassName
{
color: #5BA3FA;
}
.AnyTagClassName
{
color: #5BA3FA;
}
</style>
background-color css
<style>
a { background-color: #5BA3FA; }
a { background-color: rgb(91,163,250); }
div.DivClassName
{
background-color: #5BA3FA;
}
.BgClassName
{
background-color: #5BA3FA;
}
</style>
border-color css
<style>
span { border-color: #5BA3FA; }
span { border-color: rgb(91,163,250); }
td.TdClassName
{
border-color: #5BA3FA;
}
.TagClassName
{
border-color: #5BA3FA;
}
</style>