Shades of Royal Blue #305DF0
Tints of Royal Blue #305DF0
RGB
CMYK
RGB Variations
Color information
#305DF0 (or 0x305DF0) is known color: Royal Blue. HEX triplet: 30, 5D and F0. RGB value is (48,93,240). Sum of RGB (Red+Green+Blue) = 48+93+240=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #305DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DF0 is #CFA20F. Grayscale: #5F5F5F. Windows color (decimal): -13607440 or 15752496. OLE color: 15752496.
HSL color Cylindrical-coordinate representation of color #305DF0: hue angle of 225.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305DF0 is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 93 | 240 | - |
| CMYK | 0.8 | 0.61 | 0 | 0.06 |
| HSL | 225.94º | 0.86% | 0.56% | - |
| HSV(B) | 225.94º | 0.8% | 0.94% | - |
| XYZ | 20.86 | 14.75 | 84.19 | - |
| YUV | 96.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 240 | 0.8 | 0.61 | 0 | 0.06 | 225.94 | 0.86 | 0.56 |
| Hex | 30 | 5D | F0 | 50 | 3D | 0 | 6 | E2 | 56 | 38 |
| Octal | 60 | 135 | 360 | 120 | 75 | 0 | 6 | 342 | 126 | 70 |
| Binary | 110000 | 1011101 | 11110000 | 1010000 | 111101 | 0 | 110 | 11100010 | 1010110 | 111000 |
Color Harmonies of #305DF0
Complementary color
Monochromatic Colors of #305DF0
Black with #305DF0
Text Example
Text Example
White with #305DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DF0; }
p { color: rgb(48,93,240); }
H1.HeaderClassName
{
color: #305DF0;
}
.AnyTagClassName
{
color: #305DF0;
}
</style>
background-color css
<style>
a { background-color: #305DF0; }
a { background-color: rgb(48,93,240); }
div.DivClassName
{
background-color: #305DF0;
}
.BgClassName
{
background-color: #305DF0;
}
</style>
border-color css
<style>
span { border-color: #305DF0; }
span { border-color: rgb(48,93,240); }
td.TdClassName
{
border-color: #305DF0;
}
.TagClassName
{
border-color: #305DF0;
}
</style>