Shades of Royal Blue #485FDC
Tints of Royal Blue #485FDC
RGB
CMYK
RGB Variations
Color information
#485FDC (or 0x485FDC) is known color: Royal Blue. HEX triplet: 48, 5F and DC. RGB value is (72,95,220). Sum of RGB (Red+Green+Blue) = 72+95+220=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #485FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDC is #B7A023. Grayscale: #656565. Windows color (decimal): -12034084 or 14442312. OLE color: 14442312.
HSL color Cylindrical-coordinate representation of color #485FDC: hue angle of 230.68º 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 #485FDC is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 95 | 220 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.14 |
| HSL | 230.68º | 0.68% | 0.57% | - |
| HSV(B) | 230.68º | 0.67% | 0.86% | - |
| XYZ | 19.68 | 14.73 | 69.52 | - |
| YUV | 102.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 220 | 0.67 | 0.57 | 0 | 0.14 | 230.68 | 0.68 | 0.57 |
| Hex | 48 | 5F | DC | 43 | 39 | 0 | E | E7 | 44 | 39 |
| Octal | 110 | 137 | 334 | 103 | 71 | 0 | 16 | 347 | 104 | 71 |
| Binary | 1001000 | 1011111 | 11011100 | 1000011 | 111001 | 0 | 1110 | 11100111 | 1000100 | 111001 |
Color Harmonies of #485FDC
Complementary color
Monochromatic Colors of #485FDC
Black with #485FDC
Text Example
Text Example
White with #485FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FDC; }
p { color: rgb(72,95,220); }
H1.HeaderClassName
{
color: #485FDC;
}
.AnyTagClassName
{
color: #485FDC;
}
</style>
background-color css
<style>
a { background-color: #485FDC; }
a { background-color: rgb(72,95,220); }
div.DivClassName
{
background-color: #485FDC;
}
.BgClassName
{
background-color: #485FDC;
}
</style>
border-color css
<style>
span { border-color: #485FDC; }
span { border-color: rgb(72,95,220); }
td.TdClassName
{
border-color: #485FDC;
}
.TagClassName
{
border-color: #485FDC;
}
</style>