Shades of Cornflower Blue #5BA4FB
Tints of Cornflower Blue #5BA4FB
RGB
CMYK
RGB Variations
Color information
#5BA4FB (or 0x5BA4FB) is known color: Cornflower Blue. HEX triplet: 5B, A4 and FB. RGB value is (91,164,251). Sum of RGB (Red+Green+Blue) = 91+164+251=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BA4FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA4FB is #A45B04. Grayscale: #979797. Windows color (decimal): -10771205 or 16491611. OLE color: 16491611.
HSL color Cylindrical-coordinate representation of color #5BA4FB: hue angle of 212.62º degrees, saturation: 0.95, 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 #5BA4FB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 164 | 251 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.02 |
| HSL | 212.63º | 0.95% | 0.67% | - |
| HSV(B) | 212.63º | 0.64% | 0.98% | - |
| XYZ | 35 | 35.74 | 96.32 | - |
| YUV | 152.09 | 183.82 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 251 | 0.64 | 0.35 | 0 | 0.02 | 212.63 | 0.95 | 0.67 |
| Hex | 5B | A4 | FB | 40 | 23 | 0 | 2 | D5 | 5F | 43 |
| Octal | 133 | 244 | 373 | 100 | 43 | 0 | 2 | 325 | 137 | 103 |
| Binary | 1011011 | 10100100 | 11111011 | 1000000 | 100011 | 0 | 10 | 11010101 | 1011111 | 1000011 |
Color Harmonies of #5BA4FB
Complementary color
Monochromatic Colors of #5BA4FB
Black with #5BA4FB
Text Example
Text Example
White with #5BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA4FB; }
p { color: rgb(91,164,251); }
H1.HeaderClassName
{
color: #5BA4FB;
}
.AnyTagClassName
{
color: #5BA4FB;
}
</style>
background-color css
<style>
a { background-color: #5BA4FB; }
a { background-color: rgb(91,164,251); }
div.DivClassName
{
background-color: #5BA4FB;
}
.BgClassName
{
background-color: #5BA4FB;
}
</style>
border-color css
<style>
span { border-color: #5BA4FB; }
span { border-color: rgb(91,164,251); }
td.TdClassName
{
border-color: #5BA4FB;
}
.TagClassName
{
border-color: #5BA4FB;
}
</style>