Shades of Royal Blue #305DD4
Tints of Royal Blue #305DD4
RGB
CMYK
RGB Variations
Color information
#305DD4 (or 0x305DD4) is known color: Royal Blue. HEX triplet: 30, 5D and D4. RGB value is (48,93,212). Sum of RGB (Red+Green+Blue) = 48+93+212=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #305DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DD4 is #CFA22B. Grayscale: #5C5C5C. Windows color (decimal): -13607468 or 13917488. OLE color: 13917488.
HSL color Cylindrical-coordinate representation of color #305DD4: hue angle of 223.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305DD4 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 93 | 212 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.17 |
| HSL | 223.54º | 0.66% | 0.51% | - |
| HSV(B) | 223.54º | 0.77% | 0.83% | - |
| XYZ | 17.02 | 13.21 | 63.94 | - |
| YUV | 93.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 212 | 0.77 | 0.56 | 0 | 0.17 | 223.54 | 0.66 | 0.51 |
| Hex | 30 | 5D | D4 | 4D | 38 | 0 | 11 | E0 | 42 | 33 |
| Octal | 60 | 135 | 324 | 115 | 70 | 0 | 21 | 340 | 102 | 63 |
| Binary | 110000 | 1011101 | 11010100 | 1001101 | 111000 | 0 | 10001 | 11100000 | 1000010 | 110011 |
Color Harmonies of #305DD4
Complementary color
Monochromatic Colors of #305DD4
Black with #305DD4
Text Example
Text Example
White with #305DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DD4; }
p { color: rgb(48,93,212); }
H1.HeaderClassName
{
color: #305DD4;
}
.AnyTagClassName
{
color: #305DD4;
}
</style>
background-color css
<style>
a { background-color: #305DD4; }
a { background-color: rgb(48,93,212); }
div.DivClassName
{
background-color: #305DD4;
}
.BgClassName
{
background-color: #305DD4;
}
</style>
border-color css
<style>
span { border-color: #305DD4; }
span { border-color: rgb(48,93,212); }
td.TdClassName
{
border-color: #305DD4;
}
.TagClassName
{
border-color: #305DD4;
}
</style>