Shades of Royal Blue #485FDA
Tints of Royal Blue #485FDA
RGB
CMYK
RGB Variations
Color information
#485FDA (or 0x485FDA) is known color: Royal Blue. HEX triplet: 48, 5F and DA. RGB value is (72,95,218). Sum of RGB (Red+Green+Blue) = 72+95+218=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #485FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDA is #B7A025. Grayscale: #656565. Windows color (decimal): -12034086 or 14311240. OLE color: 14311240.
HSL color Cylindrical-coordinate representation of color #485FDA: hue angle of 230.55º 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 #485FDA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 95 | 218 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.15 |
| HSL | 230.55º | 0.66% | 0.57% | - |
| HSV(B) | 230.55º | 0.67% | 0.85% | - |
| XYZ | 19.42 | 14.62 | 68.13 | - |
| YUV | 102.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 218 | 0.67 | 0.56 | 0 | 0.15 | 230.55 | 0.66 | 0.57 |
| Hex | 48 | 5F | DA | 43 | 38 | 0 | F | E7 | 42 | 39 |
| Octal | 110 | 137 | 332 | 103 | 70 | 0 | 17 | 347 | 102 | 71 |
| Binary | 1001000 | 1011111 | 11011010 | 1000011 | 111000 | 0 | 1111 | 11100111 | 1000010 | 111001 |
Color Harmonies of #485FDA
Complementary color
Monochromatic Colors of #485FDA
Black with #485FDA
Text Example
Text Example
White with #485FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FDA; }
p { color: rgb(72,95,218); }
H1.HeaderClassName
{
color: #485FDA;
}
.AnyTagClassName
{
color: #485FDA;
}
</style>
background-color css
<style>
a { background-color: #485FDA; }
a { background-color: rgb(72,95,218); }
div.DivClassName
{
background-color: #485FDA;
}
.BgClassName
{
background-color: #485FDA;
}
</style>
border-color css
<style>
span { border-color: #485FDA; }
span { border-color: rgb(72,95,218); }
td.TdClassName
{
border-color: #485FDA;
}
.TagClassName
{
border-color: #485FDA;
}
</style>