Shades of Cornflower Blue #5BA4FA
Tints of Cornflower Blue #5BA4FA
RGB
CMYK
RGB Variations
Color information
#5BA4FA (or 0x5BA4FA) is known color: Cornflower Blue. HEX triplet: 5B, A4 and FA. RGB value is (91,164,250). Sum of RGB (Red+Green+Blue) = 91+164+250=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BA4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA4FA is #A45B05. Grayscale: #979797. Windows color (decimal): -10771206 or 16426075. OLE color: 16426075.
HSL color Cylindrical-coordinate representation of color #5BA4FA: hue angle of 212.45º 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 #5BA4FA is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 164 | 250 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.02 |
| HSL | 212.45º | 0.94% | 0.67% | - |
| HSV(B) | 212.45º | 0.64% | 0.98% | - |
| XYZ | 34.85 | 35.68 | 95.49 | - |
| YUV | 151.98 | 183.32 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 250 | 0.64 | 0.34 | 0 | 0.02 | 212.45 | 0.94 | 0.67 |
| Hex | 5B | A4 | FA | 40 | 22 | 0 | 2 | D4 | 5E | 43 |
| Octal | 133 | 244 | 372 | 100 | 42 | 0 | 2 | 324 | 136 | 103 |
| Binary | 1011011 | 10100100 | 11111010 | 1000000 | 100010 | 0 | 10 | 11010100 | 1011110 | 1000011 |
Color Harmonies of #5BA4FA
Complementary color
Monochromatic Colors of #5BA4FA
Black with #5BA4FA
Text Example
Text Example
White with #5BA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA4FA; }
p { color: rgb(91,164,250); }
H1.HeaderClassName
{
color: #5BA4FA;
}
.AnyTagClassName
{
color: #5BA4FA;
}
</style>
background-color css
<style>
a { background-color: #5BA4FA; }
a { background-color: rgb(91,164,250); }
div.DivClassName
{
background-color: #5BA4FA;
}
.BgClassName
{
background-color: #5BA4FA;
}
</style>
border-color css
<style>
span { border-color: #5BA4FA; }
span { border-color: rgb(91,164,250); }
td.TdClassName
{
border-color: #5BA4FA;
}
.TagClassName
{
border-color: #5BA4FA;
}
</style>