Shades of Royal Blue #4485DD
Tints of Royal Blue #4485DD
RGB
CMYK
RGB Variations
Color information
#4485DD (or 0x4485DD) is known color: Royal Blue. HEX triplet: 44, 85 and DD. RGB value is (68,133,221). Sum of RGB (Red+Green+Blue) = 68+133+221=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #4485DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4485DD is #BB7A22. Grayscale: #7B7B7B. Windows color (decimal): -12286499 or 14517572. OLE color: 14517572.
HSL color Cylindrical-coordinate representation of color #4485DD: hue angle of 214.51º 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 #4485DD is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 133 | 221 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.13 |
| HSL | 214.51º | 0.69% | 0.57% | - |
| HSV(B) | 214.51º | 0.69% | 0.87% | - |
| XYZ | 23.82 | 23.22 | 71.63 | - |
| YUV | 123.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 221 | 0.69 | 0.40 | 0 | 0.13 | 214.51 | 0.69 | 0.57 |
| Hex | 44 | 85 | DD | 45 | 28 | 0 | D | D7 | 45 | 39 |
| Octal | 104 | 205 | 335 | 105 | 50 | 0 | 15 | 327 | 105 | 71 |
| Binary | 1000100 | 10000101 | 11011101 | 1000101 | 101000 | 0 | 1101 | 11010111 | 1000101 | 111001 |
Color Harmonies of #4485DD
Complementary color
Monochromatic Colors of #4485DD
Black with #4485DD
Text Example
Text Example
White with #4485DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4485DD; }
p { color: rgb(68,133,221); }
H1.HeaderClassName
{
color: #4485DD;
}
.AnyTagClassName
{
color: #4485DD;
}
</style>
background-color css
<style>
a { background-color: #4485DD; }
a { background-color: rgb(68,133,221); }
div.DivClassName
{
background-color: #4485DD;
}
.BgClassName
{
background-color: #4485DD;
}
</style>
border-color css
<style>
span { border-color: #4485DD; }
span { border-color: rgb(68,133,221); }
td.TdClassName
{
border-color: #4485DD;
}
.TagClassName
{
border-color: #4485DD;
}
</style>