Shades of Cornflower Blue #5BA1FD
Tints of Cornflower Blue #5BA1FD
RGB
CMYK
RGB Variations
Color information
#5BA1FD (or 0x5BA1FD) is known color: Cornflower Blue. HEX triplet: 5B, A1 and FD. RGB value is (91,161,253). Sum of RGB (Red+Green+Blue) = 91+161+253=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA1FD is #A45E02. Grayscale: #969696. Windows color (decimal): -10771971 or 16621915. OLE color: 16621915.
HSL color Cylindrical-coordinate representation of color #5BA1FD: hue angle of 214.07º degrees, saturation: 0.98, 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 #5BA1FD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 161 | 253 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.01 |
| HSL | 214.07º | 0.98% | 0.67% | - |
| HSV(B) | 214.07º | 0.64% | 0.99% | - |
| XYZ | 34.79 | 34.81 | 97.81 | - |
| YUV | 150.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 253 | 0.64 | 0.36 | 0 | 0.01 | 214.07 | 0.98 | 0.67 |
| Hex | 5B | A1 | FD | 40 | 24 | 0 | 1 | D6 | 62 | 43 |
| Octal | 133 | 241 | 375 | 100 | 44 | 0 | 1 | 326 | 142 | 103 |
| Binary | 1011011 | 10100001 | 11111101 | 1000000 | 100100 | 0 | 1 | 11010110 | 1100010 | 1000011 |
Color Harmonies of #5BA1FD
Complementary color
Monochromatic Colors of #5BA1FD
Black with #5BA1FD
Text Example
Text Example
White with #5BA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1FD; }
p { color: rgb(91,161,253); }
H1.HeaderClassName
{
color: #5BA1FD;
}
.AnyTagClassName
{
color: #5BA1FD;
}
</style>
background-color css
<style>
a { background-color: #5BA1FD; }
a { background-color: rgb(91,161,253); }
div.DivClassName
{
background-color: #5BA1FD;
}
.BgClassName
{
background-color: #5BA1FD;
}
</style>
border-color css
<style>
span { border-color: #5BA1FD; }
span { border-color: rgb(91,161,253); }
td.TdClassName
{
border-color: #5BA1FD;
}
.TagClassName
{
border-color: #5BA1FD;
}
</style>