Shades of Royal Blue #307CDE
Tints of Royal Blue #307CDE
RGB
CMYK
RGB Variations
Color information
#307CDE (or 0x307CDE) is known color: Royal Blue. HEX triplet: 30, 7C and DE. RGB value is (48,124,222). Sum of RGB (Red+Green+Blue) = 48+124+222=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #307CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CDE is #CF8321. Grayscale: #6F6F6F. Windows color (decimal): -13599522 or 14580784. OLE color: 14580784.
HSL color Cylindrical-coordinate representation of color #307CDE: hue angle of 213.79º 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 #307CDE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 124 | 222 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.13 |
| HSL | 213.79º | 0.73% | 0.53% | - |
| HSV(B) | 213.79º | 0.78% | 0.87% | - |
| XYZ | 21.61 | 20.32 | 71.89 | - |
| YUV | 112.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 222 | 0.78 | 0.44 | 0 | 0.13 | 213.79 | 0.73 | 0.53 |
| Hex | 30 | 7C | DE | 4E | 2C | 0 | D | D6 | 48 | 35 |
| Octal | 60 | 174 | 336 | 116 | 54 | 0 | 15 | 326 | 110 | 65 |
| Binary | 110000 | 1111100 | 11011110 | 1001110 | 101100 | 0 | 1101 | 11010110 | 1001000 | 110101 |
Color Harmonies of #307CDE
Complementary color
Monochromatic Colors of #307CDE
Black with #307CDE
Text Example
Text Example
White with #307CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CDE; }
p { color: rgb(48,124,222); }
H1.HeaderClassName
{
color: #307CDE;
}
.AnyTagClassName
{
color: #307CDE;
}
</style>
background-color css
<style>
a { background-color: #307CDE; }
a { background-color: rgb(48,124,222); }
div.DivClassName
{
background-color: #307CDE;
}
.BgClassName
{
background-color: #307CDE;
}
</style>
border-color css
<style>
span { border-color: #307CDE; }
span { border-color: rgb(48,124,222); }
td.TdClassName
{
border-color: #307CDE;
}
.TagClassName
{
border-color: #307CDE;
}
</style>