Shades of Royal Blue #305DDC
Tints of Royal Blue #305DDC
RGB
CMYK
RGB Variations
Color information
#305DDC (or 0x305DDC) is known color: Royal Blue. HEX triplet: 30, 5D and DC. RGB value is (48,93,220). Sum of RGB (Red+Green+Blue) = 48+93+220=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #305DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DDC is #CFA223. Grayscale: #5D5D5D. Windows color (decimal): -13607460 or 14441776. OLE color: 14441776.
HSL color Cylindrical-coordinate representation of color #305DDC: hue angle of 224.3º 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 #305DDC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 93 | 220 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.14 |
| HSL | 224.3º | 0.71% | 0.53% | - |
| HSV(B) | 224.3º | 0.78% | 0.86% | - |
| XYZ | 18.05 | 13.62 | 69.39 | - |
| YUV | 94.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 220 | 0.78 | 0.58 | 0 | 0.14 | 224.3 | 0.71 | 0.53 |
| Hex | 30 | 5D | DC | 4E | 3A | 0 | E | E0 | 47 | 35 |
| Octal | 60 | 135 | 334 | 116 | 72 | 0 | 16 | 340 | 107 | 65 |
| Binary | 110000 | 1011101 | 11011100 | 1001110 | 111010 | 0 | 1110 | 11100000 | 1000111 | 110101 |
Color Harmonies of #305DDC
Complementary color
Monochromatic Colors of #305DDC
Black with #305DDC
Text Example
Text Example
White with #305DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DDC; }
p { color: rgb(48,93,220); }
H1.HeaderClassName
{
color: #305DDC;
}
.AnyTagClassName
{
color: #305DDC;
}
</style>
background-color css
<style>
a { background-color: #305DDC; }
a { background-color: rgb(48,93,220); }
div.DivClassName
{
background-color: #305DDC;
}
.BgClassName
{
background-color: #305DDC;
}
</style>
border-color css
<style>
span { border-color: #305DDC; }
span { border-color: rgb(48,93,220); }
td.TdClassName
{
border-color: #305DDC;
}
.TagClassName
{
border-color: #305DDC;
}
</style>