Shades of Royal Blue #485DDA
Tints of Royal Blue #485DDA
RGB
CMYK
RGB Variations
Color information
#485DDA (or 0x485DDA) is known color: Royal Blue. HEX triplet: 48, 5D and DA. RGB value is (72,93,218). Sum of RGB (Red+Green+Blue) = 72+93+218=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #485DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DDA is #B7A225. Grayscale: #646464. Windows color (decimal): -12034598 or 14310728. OLE color: 14310728.
HSL color Cylindrical-coordinate representation of color #485DDA: hue angle of 231.37º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485DDA is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 93 | 218 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.15 |
| HSL | 231.37º | 0.66% | 0.57% | - |
| HSV(B) | 231.37º | 0.67% | 0.85% | - |
| XYZ | 19.24 | 14.27 | 68.07 | - |
| YUV | 100.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 218 | 0.67 | 0.57 | 0 | 0.15 | 231.37 | 0.66 | 0.57 |
| Hex | 48 | 5D | DA | 43 | 39 | 0 | F | E7 | 42 | 39 |
| Octal | 110 | 135 | 332 | 103 | 71 | 0 | 17 | 347 | 102 | 71 |
| Binary | 1001000 | 1011101 | 11011010 | 1000011 | 111001 | 0 | 1111 | 11100111 | 1000010 | 111001 |
Color Harmonies of #485DDA
Complementary color
Monochromatic Colors of #485DDA
Black with #485DDA
Text Example
Text Example
White with #485DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DDA; }
p { color: rgb(72,93,218); }
H1.HeaderClassName
{
color: #485DDA;
}
.AnyTagClassName
{
color: #485DDA;
}
</style>
background-color css
<style>
a { background-color: #485DDA; }
a { background-color: rgb(72,93,218); }
div.DivClassName
{
background-color: #485DDA;
}
.BgClassName
{
background-color: #485DDA;
}
</style>
border-color css
<style>
span { border-color: #485DDA; }
span { border-color: rgb(72,93,218); }
td.TdClassName
{
border-color: #485DDA;
}
.TagClassName
{
border-color: #485DDA;
}
</style>