Shades of Royal Blue #485FDD
Tints of Royal Blue #485FDD
RGB
CMYK
RGB Variations
Color information
#485FDD (or 0x485FDD) is known color: Royal Blue. HEX triplet: 48, 5F and DD. RGB value is (72,95,221). Sum of RGB (Red+Green+Blue) = 72+95+221=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #485FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDD is #B7A022. Grayscale: #656565. Windows color (decimal): -12034083 or 14507848. OLE color: 14507848.
HSL color Cylindrical-coordinate representation of color #485FDD: hue angle of 230.74º 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 #485FDD is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 95 | 221 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.13 |
| HSL | 230.74º | 0.69% | 0.57% | - |
| HSV(B) | 230.74º | 0.67% | 0.87% | - |
| XYZ | 19.82 | 14.78 | 70.22 | - |
| YUV | 102.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 221 | 0.67 | 0.57 | 0 | 0.13 | 230.74 | 0.69 | 0.57 |
| Hex | 48 | 5F | DD | 43 | 39 | 0 | D | E7 | 45 | 39 |
| Octal | 110 | 137 | 335 | 103 | 71 | 0 | 15 | 347 | 105 | 71 |
| Binary | 1001000 | 1011111 | 11011101 | 1000011 | 111001 | 0 | 1101 | 11100111 | 1000101 | 111001 |
Color Harmonies of #485FDD
Complementary color
Monochromatic Colors of #485FDD
Black with #485FDD
Text Example
Text Example
White with #485FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FDD; }
p { color: rgb(72,95,221); }
H1.HeaderClassName
{
color: #485FDD;
}
.AnyTagClassName
{
color: #485FDD;
}
</style>
background-color css
<style>
a { background-color: #485FDD; }
a { background-color: rgb(72,95,221); }
div.DivClassName
{
background-color: #485FDD;
}
.BgClassName
{
background-color: #485FDD;
}
</style>
border-color css
<style>
span { border-color: #485FDD; }
span { border-color: rgb(72,95,221); }
td.TdClassName
{
border-color: #485FDD;
}
.TagClassName
{
border-color: #485FDD;
}
</style>