Shades of Cornflower Blue #5491F8
Tints of Cornflower Blue #5491F8
RGB
CMYK
RGB Variations
Color information
#5491F8 (or 0x5491F8) is known color: Cornflower Blue. HEX triplet: 54, 91 and F8. RGB value is (84,145,248). Sum of RGB (Red+Green+Blue) = 84+145+248=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #5491F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491F8 is #AB6E07. Grayscale: #8A8A8A. Windows color (decimal): -11234824 or 16290132. OLE color: 16290132.
HSL color Cylindrical-coordinate representation of color #5491F8: hue angle of 217.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5491F8 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 145 | 248 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.03 |
| HSL | 217.68º | 0.92% | 0.65% | - |
| HSV(B) | 217.68º | 0.66% | 0.97% | - |
| XYZ | 30.72 | 28.91 | 92.77 | - |
| YUV | 138.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 248 | 0.66 | 0.42 | 0 | 0.03 | 217.68 | 0.92 | 0.65 |
| Hex | 54 | 91 | F8 | 42 | 2A | 0 | 3 | DA | 5C | 41 |
| Octal | 124 | 221 | 370 | 102 | 52 | 0 | 3 | 332 | 134 | 101 |
| Binary | 1010100 | 10010001 | 11111000 | 1000010 | 101010 | 0 | 11 | 11011010 | 1011100 | 1000001 |
Color Harmonies of #5491F8
Complementary color
Monochromatic Colors of #5491F8
Black with #5491F8
Text Example
Text Example
White with #5491F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491F8; }
p { color: rgb(84,145,248); }
H1.HeaderClassName
{
color: #5491F8;
}
.AnyTagClassName
{
color: #5491F8;
}
</style>
background-color css
<style>
a { background-color: #5491F8; }
a { background-color: rgb(84,145,248); }
div.DivClassName
{
background-color: #5491F8;
}
.BgClassName
{
background-color: #5491F8;
}
</style>
border-color css
<style>
span { border-color: #5491F8; }
span { border-color: rgb(84,145,248); }
td.TdClassName
{
border-color: #5491F8;
}
.TagClassName
{
border-color: #5491F8;
}
</style>