Shades of Royal Blue #305FDC
Tints of Royal Blue #305FDC
RGB
CMYK
RGB Variations
Color information
#305FDC (or 0x305FDC) is known color: Royal Blue. HEX triplet: 30, 5F and DC. RGB value is (48,95,220). Sum of RGB (Red+Green+Blue) = 48+95+220=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #305FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FDC is #CFA023. Grayscale: #5E5E5E. Windows color (decimal): -13606948 or 14442288. OLE color: 14442288.
HSL color Cylindrical-coordinate representation of color #305FDC: hue angle of 223.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305FDC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 95 | 220 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.14 |
| HSL | 223.6º | 0.71% | 0.53% | - |
| HSV(B) | 223.6º | 0.78% | 0.86% | - |
| XYZ | 18.23 | 13.98 | 69.45 | - |
| YUV | 95.2 | 198.43 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 220 | 0.78 | 0.57 | 0 | 0.14 | 223.6 | 0.71 | 0.53 |
| Hex | 30 | 5F | DC | 4E | 39 | 0 | E | E0 | 47 | 35 |
| Octal | 60 | 137 | 334 | 116 | 71 | 0 | 16 | 340 | 107 | 65 |
| Binary | 110000 | 1011111 | 11011100 | 1001110 | 111001 | 0 | 1110 | 11100000 | 1000111 | 110101 |
Color Harmonies of #305FDC
Complementary color
Monochromatic Colors of #305FDC
Black with #305FDC
Text Example
Text Example
White with #305FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FDC; }
p { color: rgb(48,95,220); }
H1.HeaderClassName
{
color: #305FDC;
}
.AnyTagClassName
{
color: #305FDC;
}
</style>
background-color css
<style>
a { background-color: #305FDC; }
a { background-color: rgb(48,95,220); }
div.DivClassName
{
background-color: #305FDC;
}
.BgClassName
{
background-color: #305FDC;
}
</style>
border-color css
<style>
span { border-color: #305FDC; }
span { border-color: rgb(48,95,220); }
td.TdClassName
{
border-color: #305FDC;
}
.TagClassName
{
border-color: #305FDC;
}
</style>