Shades of Royal Blue #4483DD
Tints of Royal Blue #4483DD
RGB
CMYK
RGB Variations
Color information
#4483DD (or 0x4483DD) is known color: Royal Blue. HEX triplet: 44, 83 and DD. RGB value is (68,131,221). Sum of RGB (Red+Green+Blue) = 68+131+221=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4483DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483DD is #BB7C22. Grayscale: #7A7A7A. Windows color (decimal): -12287011 or 14517060. OLE color: 14517060.
HSL color Cylindrical-coordinate representation of color #4483DD: hue angle of 215.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4483DD is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 131 | 221 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.13 |
| HSL | 215.29º | 0.69% | 0.57% | - |
| HSV(B) | 215.29º | 0.69% | 0.87% | - |
| XYZ | 23.55 | 22.68 | 71.54 | - |
| YUV | 122.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 221 | 0.69 | 0.41 | 0 | 0.13 | 215.29 | 0.69 | 0.57 |
| Hex | 44 | 83 | DD | 45 | 29 | 0 | D | D7 | 45 | 39 |
| Octal | 104 | 203 | 335 | 105 | 51 | 0 | 15 | 327 | 105 | 71 |
| Binary | 1000100 | 10000011 | 11011101 | 1000101 | 101001 | 0 | 1101 | 11010111 | 1000101 | 111001 |
Color Harmonies of #4483DD
Complementary color
Monochromatic Colors of #4483DD
Black with #4483DD
Text Example
Text Example
White with #4483DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4483DD; }
p { color: rgb(68,131,221); }
H1.HeaderClassName
{
color: #4483DD;
}
.AnyTagClassName
{
color: #4483DD;
}
</style>
background-color css
<style>
a { background-color: #4483DD; }
a { background-color: rgb(68,131,221); }
div.DivClassName
{
background-color: #4483DD;
}
.BgClassName
{
background-color: #4483DD;
}
</style>
border-color css
<style>
span { border-color: #4483DD; }
span { border-color: rgb(68,131,221); }
td.TdClassName
{
border-color: #4483DD;
}
.TagClassName
{
border-color: #4483DD;
}
</style>