Shades of Royal Blue #305DEC
Tints of Royal Blue #305DEC
RGB
CMYK
RGB Variations
Color information
#305DEC (or 0x305DEC) is known color: Royal Blue. HEX triplet: 30, 5D and EC. RGB value is (48,93,236). Sum of RGB (Red+Green+Blue) = 48+93+236=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #305DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DEC is #CFA213. Grayscale: #5F5F5F. Windows color (decimal): -13607444 or 15490352. OLE color: 15490352.
HSL color Cylindrical-coordinate representation of color #305DEC: hue angle of 225.64º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305DEC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 93 | 236 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.07 |
| HSL | 225.64º | 0.83% | 0.56% | - |
| HSV(B) | 225.64º | 0.8% | 0.93% | - |
| XYZ | 20.27 | 14.51 | 81.09 | - |
| YUV | 95.85 | 207.09 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 236 | 0.80 | 0.61 | 0 | 0.07 | 225.64 | 0.83 | 0.56 |
| Hex | 30 | 5D | EC | 50 | 3D | 0 | 7 | E2 | 53 | 38 |
| Octal | 60 | 135 | 354 | 120 | 75 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110000 | 1011101 | 11101100 | 1010000 | 111101 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #305DEC
Complementary color
Monochromatic Colors of #305DEC
Black with #305DEC
Text Example
Text Example
White with #305DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DEC; }
p { color: rgb(48,93,236); }
H1.HeaderClassName
{
color: #305DEC;
}
.AnyTagClassName
{
color: #305DEC;
}
</style>
background-color css
<style>
a { background-color: #305DEC; }
a { background-color: rgb(48,93,236); }
div.DivClassName
{
background-color: #305DEC;
}
.BgClassName
{
background-color: #305DEC;
}
</style>
border-color css
<style>
span { border-color: #305DEC; }
span { border-color: rgb(48,93,236); }
td.TdClassName
{
border-color: #305DEC;
}
.TagClassName
{
border-color: #305DEC;
}
</style>