Shades of Royal Blue #305ED5
Tints of Royal Blue #305ED5
RGB
CMYK
RGB Variations
Color information
#305ED5 (or 0x305ED5) is known color: Royal Blue. HEX triplet: 30, 5E and D5. RGB value is (48,94,213). Sum of RGB (Red+Green+Blue) = 48+94+213=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #305ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ED5 is #CFA12A. Grayscale: #5D5D5D. Windows color (decimal): -13607211 or 13983280. OLE color: 13983280.
HSL color Cylindrical-coordinate representation of color #305ED5: hue angle of 223.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305ED5 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 94 | 213 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.16 |
| HSL | 223.27º | 0.66% | 0.51% | - |
| HSV(B) | 223.27º | 0.77% | 0.84% | - |
| XYZ | 17.23 | 13.44 | 64.64 | - |
| YUV | 93.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 213 | 0.77 | 0.56 | 0 | 0.16 | 223.27 | 0.66 | 0.51 |
| Hex | 30 | 5E | D5 | 4D | 38 | 0 | 10 | DF | 42 | 33 |
| Octal | 60 | 136 | 325 | 115 | 70 | 0 | 20 | 337 | 102 | 63 |
| Binary | 110000 | 1011110 | 11010101 | 1001101 | 111000 | 0 | 10000 | 11011111 | 1000010 | 110011 |
Color Harmonies of #305ED5
Complementary color
Monochromatic Colors of #305ED5
Black with #305ED5
Text Example
Text Example
White with #305ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305ED5; }
p { color: rgb(48,94,213); }
H1.HeaderClassName
{
color: #305ED5;
}
.AnyTagClassName
{
color: #305ED5;
}
</style>
background-color css
<style>
a { background-color: #305ED5; }
a { background-color: rgb(48,94,213); }
div.DivClassName
{
background-color: #305ED5;
}
.BgClassName
{
background-color: #305ED5;
}
</style>
border-color css
<style>
span { border-color: #305ED5; }
span { border-color: rgb(48,94,213); }
td.TdClassName
{
border-color: #305ED5;
}
.TagClassName
{
border-color: #305ED5;
}
</style>