Shades of Royal Blue #4581ED
Tints of Royal Blue #4581ED
RGB
CMYK
RGB Variations
Color information
#4581ED (or 0x4581ED) is known color: Royal Blue. HEX triplet: 45, 81 and ED. RGB value is (69,129,237). Sum of RGB (Red+Green+Blue) = 69+129+237=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #4581ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4581ED is #BA7E12. Grayscale: #7A7A7A. Windows color (decimal): -12221971 or 15565125. OLE color: 15565125.
HSL color Cylindrical-coordinate representation of color #4581ED: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4581ED is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 129 | 237 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.07 |
| HSL | 218.57º | 0.82% | 0.6% | - |
| HSV(B) | 218.57º | 0.71% | 0.93% | - |
| XYZ | 25.59 | 23.08 | 83.23 | - |
| YUV | 123.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 237 | 0.71 | 0.46 | 0 | 0.07 | 218.57 | 0.82 | 0.6 |
| Hex | 45 | 81 | ED | 47 | 2E | 0 | 7 | DB | 52 | 3C |
| Octal | 105 | 201 | 355 | 107 | 56 | 0 | 7 | 333 | 122 | 74 |
| Binary | 1000101 | 10000001 | 11101101 | 1000111 | 101110 | 0 | 111 | 11011011 | 1010010 | 111100 |
Color Harmonies of #4581ED
Complementary color
Monochromatic Colors of #4581ED
Black with #4581ED
Text Example
Text Example
White with #4581ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581ED; }
p { color: rgb(69,129,237); }
H1.HeaderClassName
{
color: #4581ED;
}
.AnyTagClassName
{
color: #4581ED;
}
</style>
background-color css
<style>
a { background-color: #4581ED; }
a { background-color: rgb(69,129,237); }
div.DivClassName
{
background-color: #4581ED;
}
.BgClassName
{
background-color: #4581ED;
}
</style>
border-color css
<style>
span { border-color: #4581ED; }
span { border-color: rgb(69,129,237); }
td.TdClassName
{
border-color: #4581ED;
}
.TagClassName
{
border-color: #4581ED;
}
</style>