Shades of Royal Blue #305EDE
Tints of Royal Blue #305EDE
RGB
CMYK
RGB Variations
Color information
#305EDE (or 0x305EDE) is known color: Royal Blue. HEX triplet: 30, 5E and DE. RGB value is (48,94,222). Sum of RGB (Red+Green+Blue) = 48+94+222=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #305EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDE is #CFA121. Grayscale: #5E5E5E. Windows color (decimal): -13607202 or 14573104. OLE color: 14573104.
HSL color Cylindrical-coordinate representation of color #305EDE: hue angle of 224.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305EDE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 94 | 222 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 224.14º | 0.73% | 0.53% | - |
| HSV(B) | 224.14º | 0.78% | 0.87% | - |
| XYZ | 18.41 | 13.91 | 70.82 | - |
| YUV | 94.84 | 199.76 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 222 | 0.78 | 0.58 | 0 | 0.13 | 224.14 | 0.73 | 0.53 |
| Hex | 30 | 5E | DE | 4E | 3A | 0 | D | E0 | 48 | 35 |
| Octal | 60 | 136 | 336 | 116 | 72 | 0 | 15 | 340 | 110 | 65 |
| Binary | 110000 | 1011110 | 11011110 | 1001110 | 111010 | 0 | 1101 | 11100000 | 1001000 | 110101 |
Color Harmonies of #305EDE
Complementary color
Monochromatic Colors of #305EDE
Black with #305EDE
Text Example
Text Example
White with #305EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EDE; }
p { color: rgb(48,94,222); }
H1.HeaderClassName
{
color: #305EDE;
}
.AnyTagClassName
{
color: #305EDE;
}
</style>
background-color css
<style>
a { background-color: #305EDE; }
a { background-color: rgb(48,94,222); }
div.DivClassName
{
background-color: #305EDE;
}
.BgClassName
{
background-color: #305EDE;
}
</style>
border-color css
<style>
span { border-color: #305EDE; }
span { border-color: rgb(48,94,222); }
td.TdClassName
{
border-color: #305EDE;
}
.TagClassName
{
border-color: #305EDE;
}
</style>