Shades of Royal Blue #485ADC
Tints of Royal Blue #485ADC
RGB
CMYK
RGB Variations
Color information
#485ADC (or 0x485ADC) is known color: Royal Blue. HEX triplet: 48, 5A and DC. RGB value is (72,90,220). Sum of RGB (Red+Green+Blue) = 72+90+220=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #485ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ADC is #B7A523. Grayscale: #626262. Windows color (decimal): -12035364 or 14441032. OLE color: 14441032.
HSL color Cylindrical-coordinate representation of color #485ADC: hue angle of 232.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485ADC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 90 | 220 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.14 |
| HSL | 232.7º | 0.68% | 0.57% | - |
| HSV(B) | 232.7º | 0.67% | 0.86% | - |
| XYZ | 19.25 | 13.86 | 69.37 | - |
| YUV | 99.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 220 | 0.67 | 0.59 | 0 | 0.14 | 232.7 | 0.68 | 0.57 |
| Hex | 48 | 5A | DC | 43 | 3B | 0 | E | E9 | 44 | 39 |
| Octal | 110 | 132 | 334 | 103 | 73 | 0 | 16 | 351 | 104 | 71 |
| Binary | 1001000 | 1011010 | 11011100 | 1000011 | 111011 | 0 | 1110 | 11101001 | 1000100 | 111001 |
Color Harmonies of #485ADC
Complementary color
Monochromatic Colors of #485ADC
Black with #485ADC
Text Example
Text Example
White with #485ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485ADC; }
p { color: rgb(72,90,220); }
H1.HeaderClassName
{
color: #485ADC;
}
.AnyTagClassName
{
color: #485ADC;
}
</style>
background-color css
<style>
a { background-color: #485ADC; }
a { background-color: rgb(72,90,220); }
div.DivClassName
{
background-color: #485ADC;
}
.BgClassName
{
background-color: #485ADC;
}
</style>
border-color css
<style>
span { border-color: #485ADC; }
span { border-color: rgb(72,90,220); }
td.TdClassName
{
border-color: #485ADC;
}
.TagClassName
{
border-color: #485ADC;
}
</style>