Shades of Royal Blue #305DFF
Tints of Royal Blue #305DFF
RGB
CMYK
RGB Variations
Color information
#305DFF (or 0x305DFF) is known color: Royal Blue. HEX triplet: 30, 5D and FF. RGB value is (48,93,255). Sum of RGB (Red+Green+Blue) = 48+93+255=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #305DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DFF is #CFA200. Grayscale: #616161. Windows color (decimal): -13607425 or 16735536. OLE color: 16735536.
HSL color Cylindrical-coordinate representation of color #305DFF: hue angle of 226.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305DFF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 93 | 255 | - |
| CMYK | 0.81 | 0.64 | 0 | 0 |
| HSL | 226.96º | 1% | 0.59% | - |
| HSV(B) | 226.96º | 0.81% | 1% | - |
| XYZ | 23.18 | 15.68 | 96.41 | - |
| YUV | 98.01 | 216.59 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 255 | 0.81 | 0.64 | 0 | 0 | 226.96 | 1 | 0.59 |
| Hex | 30 | 5D | FF | 51 | 40 | 0 | 0 | E3 | 64 | 3B |
| Octal | 60 | 135 | 377 | 121 | 100 | 0 | 0 | 343 | 144 | 73 |
| Binary | 110000 | 1011101 | 11111111 | 1010001 | 1000000 | 0 | 0 | 11100011 | 1100100 | 111011 |
Color Harmonies of #305DFF
Complementary color
Monochromatic Colors of #305DFF
Black with #305DFF
Text Example
Text Example
White with #305DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DFF; }
p { color: rgb(48,93,255); }
H1.HeaderClassName
{
color: #305DFF;
}
.AnyTagClassName
{
color: #305DFF;
}
</style>
background-color css
<style>
a { background-color: #305DFF; }
a { background-color: rgb(48,93,255); }
div.DivClassName
{
background-color: #305DFF;
}
.BgClassName
{
background-color: #305DFF;
}
</style>
border-color css
<style>
span { border-color: #305DFF; }
span { border-color: rgb(48,93,255); }
td.TdClassName
{
border-color: #305DFF;
}
.TagClassName
{
border-color: #305DFF;
}
</style>