Shades of Cornflower Blue #5481EA
Tints of Cornflower Blue #5481EA
RGB
CMYK
RGB Variations
Color information
#5481EA (or 0x5481EA) is known color: Cornflower Blue. HEX triplet: 54, 81 and EA. RGB value is (84,129,234). Sum of RGB (Red+Green+Blue) = 84+129+234=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #5481EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5481EA is #AB7E15. Grayscale: #7F7F7F. Windows color (decimal): -11238934 or 15368532. OLE color: 15368532.
HSL color Cylindrical-coordinate representation of color #5481EA: hue angle of 222º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5481EA is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 129 | 234 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.08 |
| HSL | 222º | 0.78% | 0.62% | - |
| HSV(B) | 222º | 0.64% | 0.92% | - |
| XYZ | 26.36 | 23.53 | 80.99 | - |
| YUV | 127.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 234 | 0.64 | 0.45 | 0 | 0.08 | 222 | 0.78 | 0.62 |
| Hex | 54 | 81 | EA | 40 | 2D | 0 | 8 | DE | 4E | 3E |
| Octal | 124 | 201 | 352 | 100 | 55 | 0 | 10 | 336 | 116 | 76 |
| Binary | 1010100 | 10000001 | 11101010 | 1000000 | 101101 | 0 | 1000 | 11011110 | 1001110 | 111110 |
Color Harmonies of #5481EA
Complementary color
Monochromatic Colors of #5481EA
Black with #5481EA
Text Example
Text Example
White with #5481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5481EA; }
p { color: rgb(84,129,234); }
H1.HeaderClassName
{
color: #5481EA;
}
.AnyTagClassName
{
color: #5481EA;
}
</style>
background-color css
<style>
a { background-color: #5481EA; }
a { background-color: rgb(84,129,234); }
div.DivClassName
{
background-color: #5481EA;
}
.BgClassName
{
background-color: #5481EA;
}
</style>
border-color css
<style>
span { border-color: #5481EA; }
span { border-color: rgb(84,129,234); }
td.TdClassName
{
border-color: #5481EA;
}
.TagClassName
{
border-color: #5481EA;
}
</style>