Shades of Royal Blue #305DDB
Tints of Royal Blue #305DDB
RGB
CMYK
RGB Variations
Color information
#305DDB (or 0x305DDB) is known color: Royal Blue. HEX triplet: 30, 5D and DB. RGB value is (48,93,219). Sum of RGB (Red+Green+Blue) = 48+93+219=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #305DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DDB is #CFA224. Grayscale: #5D5D5D. Windows color (decimal): -13607461 or 14376240. OLE color: 14376240.
HSL color Cylindrical-coordinate representation of color #305DDB: hue angle of 224.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305DDB is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 93 | 219 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.14 |
| HSL | 224.21º | 0.7% | 0.52% | - |
| HSV(B) | 224.21º | 0.78% | 0.86% | - |
| XYZ | 17.92 | 13.57 | 68.69 | - |
| YUV | 93.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 219 | 0.78 | 0.58 | 0 | 0.14 | 224.21 | 0.7 | 0.52 |
| Hex | 30 | 5D | DB | 4E | 3A | 0 | E | E0 | 46 | 34 |
| Octal | 60 | 135 | 333 | 116 | 72 | 0 | 16 | 340 | 106 | 64 |
| Binary | 110000 | 1011101 | 11011011 | 1001110 | 111010 | 0 | 1110 | 11100000 | 1000110 | 110100 |
Color Harmonies of #305DDB
Complementary color
Monochromatic Colors of #305DDB
Black with #305DDB
Text Example
Text Example
White with #305DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DDB; }
p { color: rgb(48,93,219); }
H1.HeaderClassName
{
color: #305DDB;
}
.AnyTagClassName
{
color: #305DDB;
}
</style>
background-color css
<style>
a { background-color: #305DDB; }
a { background-color: rgb(48,93,219); }
div.DivClassName
{
background-color: #305DDB;
}
.BgClassName
{
background-color: #305DDB;
}
</style>
border-color css
<style>
span { border-color: #305DDB; }
span { border-color: rgb(48,93,219); }
td.TdClassName
{
border-color: #305DDB;
}
.TagClassName
{
border-color: #305DDB;
}
</style>