Shades of Cornflower Blue #5481F8
Tints of Cornflower Blue #5481F8
RGB
CMYK
RGB Variations
Color information
#5481F8 (or 0x5481F8) is known color: Cornflower Blue. HEX triplet: 54, 81 and F8. RGB value is (84,129,248). Sum of RGB (Red+Green+Blue) = 84+129+248=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #5481F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5481F8 is #AB7E07. Grayscale: #808080. Windows color (decimal): -11238920 or 16286036. OLE color: 16286036.
HSL color Cylindrical-coordinate representation of color #5481F8: hue angle of 223.54º 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 #5481F8 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 129 | 248 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.03 |
| HSL | 223.54º | 0.92% | 0.65% | - |
| HSV(B) | 223.54º | 0.66% | 0.97% | - |
| XYZ | 28.45 | 24.36 | 92.01 | - |
| YUV | 129.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 248 | 0.66 | 0.48 | 0 | 0.03 | 223.54 | 0.92 | 0.65 |
| Hex | 54 | 81 | F8 | 42 | 30 | 0 | 3 | E0 | 5C | 41 |
| Octal | 124 | 201 | 370 | 102 | 60 | 0 | 3 | 340 | 134 | 101 |
| Binary | 1010100 | 10000001 | 11111000 | 1000010 | 110000 | 0 | 11 | 11100000 | 1011100 | 1000001 |
Color Harmonies of #5481F8
Complementary color
Monochromatic Colors of #5481F8
Black with #5481F8
Text Example
Text Example
White with #5481F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5481F8; }
p { color: rgb(84,129,248); }
H1.HeaderClassName
{
color: #5481F8;
}
.AnyTagClassName
{
color: #5481F8;
}
</style>
background-color css
<style>
a { background-color: #5481F8; }
a { background-color: rgb(84,129,248); }
div.DivClassName
{
background-color: #5481F8;
}
.BgClassName
{
background-color: #5481F8;
}
</style>
border-color css
<style>
span { border-color: #5481F8; }
span { border-color: rgb(84,129,248); }
td.TdClassName
{
border-color: #5481F8;
}
.TagClassName
{
border-color: #5481F8;
}
</style>