Shades of Cornflower Blue #5491FB
Tints of Cornflower Blue #5491FB
RGB
CMYK
RGB Variations
Color information
#5491FB (or 0x5491FB) is known color: Cornflower Blue. HEX triplet: 54, 91 and FB. RGB value is (84,145,251). Sum of RGB (Red+Green+Blue) = 84+145+251=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #5491FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491FB is #AB6E04. Grayscale: #8A8A8A. Windows color (decimal): -11234821 or 16486740. OLE color: 16486740.
HSL color Cylindrical-coordinate representation of color #5491FB: hue angle of 218.08º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5491FB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 145 | 251 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.02 |
| HSL | 218.08º | 0.95% | 0.66% | - |
| HSV(B) | 218.08º | 0.67% | 0.98% | - |
| XYZ | 31.19 | 29.1 | 95.24 | - |
| YUV | 138.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 251 | 0.67 | 0.42 | 0 | 0.02 | 218.08 | 0.95 | 0.66 |
| Hex | 54 | 91 | FB | 43 | 2A | 0 | 2 | DA | 5F | 42 |
| Octal | 124 | 221 | 373 | 103 | 52 | 0 | 2 | 332 | 137 | 102 |
| Binary | 1010100 | 10010001 | 11111011 | 1000011 | 101010 | 0 | 10 | 11011010 | 1011111 | 1000010 |
Color Harmonies of #5491FB
Complementary color
Monochromatic Colors of #5491FB
Black with #5491FB
Text Example
Text Example
White with #5491FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491FB; }
p { color: rgb(84,145,251); }
H1.HeaderClassName
{
color: #5491FB;
}
.AnyTagClassName
{
color: #5491FB;
}
</style>
background-color css
<style>
a { background-color: #5491FB; }
a { background-color: rgb(84,145,251); }
div.DivClassName
{
background-color: #5491FB;
}
.BgClassName
{
background-color: #5491FB;
}
</style>
border-color css
<style>
span { border-color: #5491FB; }
span { border-color: rgb(84,145,251); }
td.TdClassName
{
border-color: #5491FB;
}
.TagClassName
{
border-color: #5491FB;
}
</style>