Shades of Royal Blue #4581EA
Tints of Royal Blue #4581EA
RGB
CMYK
RGB Variations
Color information
#4581EA (or 0x4581EA) is known color: Royal Blue. HEX triplet: 45, 81 and EA. RGB value is (69,129,234). Sum of RGB (Red+Green+Blue) = 69+129+234=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #4581EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4581EA is #BA7E15. Grayscale: #7A7A7A. Windows color (decimal): -12221974 or 15368517. OLE color: 15368517.
HSL color Cylindrical-coordinate representation of color #4581EA: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4581EA is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 129 | 234 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.08 |
| HSL | 218.18º | 0.8% | 0.59% | - |
| HSV(B) | 218.18º | 0.71% | 0.92% | - |
| XYZ | 25.16 | 22.91 | 80.94 | - |
| YUV | 123.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 234 | 0.71 | 0.45 | 0 | 0.08 | 218.18 | 0.8 | 0.59 |
| Hex | 45 | 81 | EA | 47 | 2D | 0 | 8 | DA | 50 | 3B |
| Octal | 105 | 201 | 352 | 107 | 55 | 0 | 10 | 332 | 120 | 73 |
| Binary | 1000101 | 10000001 | 11101010 | 1000111 | 101101 | 0 | 1000 | 11011010 | 1010000 | 111011 |
Color Harmonies of #4581EA
Complementary color
Monochromatic Colors of #4581EA
Black with #4581EA
Text Example
Text Example
White with #4581EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581EA; }
p { color: rgb(69,129,234); }
H1.HeaderClassName
{
color: #4581EA;
}
.AnyTagClassName
{
color: #4581EA;
}
</style>
background-color css
<style>
a { background-color: #4581EA; }
a { background-color: rgb(69,129,234); }
div.DivClassName
{
background-color: #4581EA;
}
.BgClassName
{
background-color: #4581EA;
}
</style>
border-color css
<style>
span { border-color: #4581EA; }
span { border-color: rgb(69,129,234); }
td.TdClassName
{
border-color: #4581EA;
}
.TagClassName
{
border-color: #4581EA;
}
</style>