Shades of Royal Blue #485ADD
Tints of Royal Blue #485ADD
RGB
CMYK
RGB Variations
Color information
#485ADD (or 0x485ADD) is known color: Royal Blue. HEX triplet: 48, 5A and DD. RGB value is (72,90,221). Sum of RGB (Red+Green+Blue) = 72+90+221=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #485ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ADD is #B7A522. Grayscale: #636363. Windows color (decimal): -12035363 or 14506568. OLE color: 14506568.
HSL color Cylindrical-coordinate representation of color #485ADD: hue angle of 232.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485ADD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 90 | 221 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.13 |
| HSL | 232.75º | 0.69% | 0.57% | - |
| HSV(B) | 232.75º | 0.67% | 0.87% | - |
| XYZ | 19.38 | 13.91 | 70.07 | - |
| YUV | 99.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 221 | 0.67 | 0.59 | 0 | 0.13 | 232.75 | 0.69 | 0.57 |
| Hex | 48 | 5A | DD | 43 | 3B | 0 | D | E9 | 45 | 39 |
| Octal | 110 | 132 | 335 | 103 | 73 | 0 | 15 | 351 | 105 | 71 |
| Binary | 1001000 | 1011010 | 11011101 | 1000011 | 111011 | 0 | 1101 | 11101001 | 1000101 | 111001 |
Color Harmonies of #485ADD
Complementary color
Monochromatic Colors of #485ADD
Black with #485ADD
Text Example
Text Example
White with #485ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485ADD; }
p { color: rgb(72,90,221); }
H1.HeaderClassName
{
color: #485ADD;
}
.AnyTagClassName
{
color: #485ADD;
}
</style>
background-color css
<style>
a { background-color: #485ADD; }
a { background-color: rgb(72,90,221); }
div.DivClassName
{
background-color: #485ADD;
}
.BgClassName
{
background-color: #485ADD;
}
</style>
border-color css
<style>
span { border-color: #485ADD; }
span { border-color: rgb(72,90,221); }
td.TdClassName
{
border-color: #485ADD;
}
.TagClassName
{
border-color: #485ADD;
}
</style>