Shades of Royal Blue #305EDF
Tints of Royal Blue #305EDF
RGB
CMYK
RGB Variations
Color information
#305EDF (or 0x305EDF) is known color: Royal Blue. HEX triplet: 30, 5E and DF. RGB value is (48,94,223). Sum of RGB (Red+Green+Blue) = 48+94+223=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #305EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDF is #CFA120. Grayscale: #5E5E5E. Windows color (decimal): -13607201 or 14638640. OLE color: 14638640.
HSL color Cylindrical-coordinate representation of color #305EDF: hue angle of 224.23º 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 #305EDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 94 | 223 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 224.23º | 0.73% | 0.53% | - |
| HSV(B) | 224.23º | 0.78% | 0.87% | - |
| XYZ | 18.54 | 13.96 | 71.53 | - |
| YUV | 94.95 | 200.26 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 223 | 0.78 | 0.58 | 0 | 0.13 | 224.23 | 0.73 | 0.53 |
| Hex | 30 | 5E | DF | 4E | 3A | 0 | D | E0 | 49 | 35 |
| Octal | 60 | 136 | 337 | 116 | 72 | 0 | 15 | 340 | 111 | 65 |
| Binary | 110000 | 1011110 | 11011111 | 1001110 | 111010 | 0 | 1101 | 11100000 | 1001001 | 110101 |
Color Harmonies of #305EDF
Complementary color
Monochromatic Colors of #305EDF
Black with #305EDF
Text Example
Text Example
White with #305EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EDF; }
p { color: rgb(48,94,223); }
H1.HeaderClassName
{
color: #305EDF;
}
.AnyTagClassName
{
color: #305EDF;
}
</style>
background-color css
<style>
a { background-color: #305EDF; }
a { background-color: rgb(48,94,223); }
div.DivClassName
{
background-color: #305EDF;
}
.BgClassName
{
background-color: #305EDF;
}
</style>
border-color css
<style>
span { border-color: #305EDF; }
span { border-color: rgb(48,94,223); }
td.TdClassName
{
border-color: #305EDF;
}
.TagClassName
{
border-color: #305EDF;
}
</style>