Shades of Royal Blue #4482E8
Tints of Royal Blue #4482E8
RGB
CMYK
RGB Variations
Color information
#4482E8 (or 0x4482E8) is known color: Royal Blue. HEX triplet: 44, 82 and E8. RGB value is (68,130,232). Sum of RGB (Red+Green+Blue) = 68+130+232=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #4482E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4482E8 is #BB7D17. Grayscale: #7A7A7A. Windows color (decimal): -12287256 or 15237700. OLE color: 15237700.
HSL color Cylindrical-coordinate representation of color #4482E8: hue angle of 217.32º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4482E8 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 130 | 232 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.09 |
| HSL | 217.32º | 0.78% | 0.59% | - |
| HSV(B) | 217.32º | 0.71% | 0.91% | - |
| XYZ | 24.93 | 23.02 | 79.47 | - |
| YUV | 123.09 | 189.46 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 130 | 232 | 0.71 | 0.44 | 0 | 0.09 | 217.32 | 0.78 | 0.59 |
| Hex | 44 | 82 | E8 | 47 | 2C | 0 | 9 | D9 | 4E | 3B |
| Octal | 104 | 202 | 350 | 107 | 54 | 0 | 11 | 331 | 116 | 73 |
| Binary | 1000100 | 10000010 | 11101000 | 1000111 | 101100 | 0 | 1001 | 11011001 | 1001110 | 111011 |
Color Harmonies of #4482E8
Complementary color
Monochromatic Colors of #4482E8
Black with #4482E8
Text Example
Text Example
White with #4482E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4482E8; }
p { color: rgb(68,130,232); }
H1.HeaderClassName
{
color: #4482E8;
}
.AnyTagClassName
{
color: #4482E8;
}
</style>
background-color css
<style>
a { background-color: #4482E8; }
a { background-color: rgb(68,130,232); }
div.DivClassName
{
background-color: #4482E8;
}
.BgClassName
{
background-color: #4482E8;
}
</style>
border-color css
<style>
span { border-color: #4482E8; }
span { border-color: rgb(68,130,232); }
td.TdClassName
{
border-color: #4482E8;
}
.TagClassName
{
border-color: #4482E8;
}
</style>