Shades of Cornflower Blue #5BA2FC
Tints of Cornflower Blue #5BA2FC
RGB
CMYK
RGB Variations
Color information
#5BA2FC (or 0x5BA2FC) is known color: Cornflower Blue. HEX triplet: 5B, A2 and FC. RGB value is (91,162,252). Sum of RGB (Red+Green+Blue) = 91+162+252=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2FC is #A45D03. Grayscale: #969696. Windows color (decimal): -10771716 or 16556635. OLE color: 16556635.
HSL color Cylindrical-coordinate representation of color #5BA2FC: hue angle of 213.54º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA2FC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 162 | 252 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.01 |
| HSL | 213.54º | 0.96% | 0.67% | - |
| HSV(B) | 213.54º | 0.64% | 0.99% | - |
| XYZ | 34.81 | 35.09 | 97.03 | - |
| YUV | 151.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 252 | 0.64 | 0.36 | 0 | 0.01 | 213.54 | 0.96 | 0.67 |
| Hex | 5B | A2 | FC | 40 | 24 | 0 | 1 | D6 | 60 | 43 |
| Octal | 133 | 242 | 374 | 100 | 44 | 0 | 1 | 326 | 140 | 103 |
| Binary | 1011011 | 10100010 | 11111100 | 1000000 | 100100 | 0 | 1 | 11010110 | 1100000 | 1000011 |
Color Harmonies of #5BA2FC
Complementary color
Monochromatic Colors of #5BA2FC
Black with #5BA2FC
Text Example
Text Example
White with #5BA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA2FC; }
p { color: rgb(91,162,252); }
H1.HeaderClassName
{
color: #5BA2FC;
}
.AnyTagClassName
{
color: #5BA2FC;
}
</style>
background-color css
<style>
a { background-color: #5BA2FC; }
a { background-color: rgb(91,162,252); }
div.DivClassName
{
background-color: #5BA2FC;
}
.BgClassName
{
background-color: #5BA2FC;
}
</style>
border-color css
<style>
span { border-color: #5BA2FC; }
span { border-color: rgb(91,162,252); }
td.TdClassName
{
border-color: #5BA2FC;
}
.TagClassName
{
border-color: #5BA2FC;
}
</style>