Shades of Royal Blue #307CDB
Tints of Royal Blue #307CDB
RGB
CMYK
RGB Variations
Color information
#307CDB (or 0x307CDB) is known color: Royal Blue. HEX triplet: 30, 7C and DB. RGB value is (48,124,219). Sum of RGB (Red+Green+Blue) = 48+124+219=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #307CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CDB is #CF8324. Grayscale: #6F6F6F. Windows color (decimal): -13599525 or 14384176. OLE color: 14384176.
HSL color Cylindrical-coordinate representation of color #307CDB: hue angle of 213.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307CDB is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 124 | 219 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.14 |
| HSL | 213.33º | 0.7% | 0.52% | - |
| HSV(B) | 213.33º | 0.78% | 0.86% | - |
| XYZ | 21.21 | 20.16 | 69.79 | - |
| YUV | 112.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 219 | 0.78 | 0.43 | 0 | 0.14 | 213.33 | 0.7 | 0.52 |
| Hex | 30 | 7C | DB | 4E | 2B | 0 | E | D5 | 46 | 34 |
| Octal | 60 | 174 | 333 | 116 | 53 | 0 | 16 | 325 | 106 | 64 |
| Binary | 110000 | 1111100 | 11011011 | 1001110 | 101011 | 0 | 1110 | 11010101 | 1000110 | 110100 |
Color Harmonies of #307CDB
Complementary color
Monochromatic Colors of #307CDB
Black with #307CDB
Text Example
Text Example
White with #307CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CDB; }
p { color: rgb(48,124,219); }
H1.HeaderClassName
{
color: #307CDB;
}
.AnyTagClassName
{
color: #307CDB;
}
</style>
background-color css
<style>
a { background-color: #307CDB; }
a { background-color: rgb(48,124,219); }
div.DivClassName
{
background-color: #307CDB;
}
.BgClassName
{
background-color: #307CDB;
}
</style>
border-color css
<style>
span { border-color: #307CDB; }
span { border-color: rgb(48,124,219); }
td.TdClassName
{
border-color: #307CDB;
}
.TagClassName
{
border-color: #307CDB;
}
</style>