Shades of Royal Blue #305EDA
Tints of Royal Blue #305EDA
RGB
CMYK
RGB Variations
Color information
#305EDA (or 0x305EDA) is known color: Royal Blue. HEX triplet: 30, 5E and DA. RGB value is (48,94,218). Sum of RGB (Red+Green+Blue) = 48+94+218=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #305EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDA is #CFA125. Grayscale: #5D5D5D. Windows color (decimal): -13607206 or 14310960. OLE color: 14310960.
HSL color Cylindrical-coordinate representation of color #305EDA: hue angle of 223.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305EDA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 94 | 218 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.15 |
| HSL | 223.76º | 0.7% | 0.52% | - |
| HSV(B) | 223.76º | 0.78% | 0.85% | - |
| XYZ | 17.88 | 13.7 | 68.03 | - |
| YUV | 94.38 | 197.76 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 218 | 0.78 | 0.57 | 0 | 0.15 | 223.76 | 0.7 | 0.52 |
| Hex | 30 | 5E | DA | 4E | 39 | 0 | F | E0 | 46 | 34 |
| Octal | 60 | 136 | 332 | 116 | 71 | 0 | 17 | 340 | 106 | 64 |
| Binary | 110000 | 1011110 | 11011010 | 1001110 | 111001 | 0 | 1111 | 11100000 | 1000110 | 110100 |
Color Harmonies of #305EDA
Complementary color
Monochromatic Colors of #305EDA
Black with #305EDA
Text Example
Text Example
White with #305EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EDA; }
p { color: rgb(48,94,218); }
H1.HeaderClassName
{
color: #305EDA;
}
.AnyTagClassName
{
color: #305EDA;
}
</style>
background-color css
<style>
a { background-color: #305EDA; }
a { background-color: rgb(48,94,218); }
div.DivClassName
{
background-color: #305EDA;
}
.BgClassName
{
background-color: #305EDA;
}
</style>
border-color css
<style>
span { border-color: #305EDA; }
span { border-color: rgb(48,94,218); }
td.TdClassName
{
border-color: #305EDA;
}
.TagClassName
{
border-color: #305EDA;
}
</style>