Shades of Royal Blue #306FDB
Tints of Royal Blue #306FDB
RGB
CMYK
RGB Variations
Color information
#306FDB (or 0x306FDB) is known color: Royal Blue. HEX triplet: 30, 6F and DB. RGB value is (48,111,219). Sum of RGB (Red+Green+Blue) = 48+111+219=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #306FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FDB is #CF9024. Grayscale: #676767. Windows color (decimal): -13602853 or 14380848. OLE color: 14380848.
HSL color Cylindrical-coordinate representation of color #306FDB: hue angle of 217.89º 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 #306FDB is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 111 | 219 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.14 |
| HSL | 217.89º | 0.7% | 0.52% | - |
| HSV(B) | 217.89º | 0.78% | 0.86% | - |
| XYZ | 19.69 | 17.11 | 69.28 | - |
| YUV | 104.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 219 | 0.78 | 0.49 | 0 | 0.14 | 217.89 | 0.7 | 0.52 |
| Hex | 30 | 6F | DB | 4E | 31 | 0 | E | DA | 46 | 34 |
| Octal | 60 | 157 | 333 | 116 | 61 | 0 | 16 | 332 | 106 | 64 |
| Binary | 110000 | 1101111 | 11011011 | 1001110 | 110001 | 0 | 1110 | 11011010 | 1000110 | 110100 |
Color Harmonies of #306FDB
Complementary color
Monochromatic Colors of #306FDB
Black with #306FDB
Text Example
Text Example
White with #306FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FDB; }
p { color: rgb(48,111,219); }
H1.HeaderClassName
{
color: #306FDB;
}
.AnyTagClassName
{
color: #306FDB;
}
</style>
background-color css
<style>
a { background-color: #306FDB; }
a { background-color: rgb(48,111,219); }
div.DivClassName
{
background-color: #306FDB;
}
.BgClassName
{
background-color: #306FDB;
}
</style>
border-color css
<style>
span { border-color: #306FDB; }
span { border-color: rgb(48,111,219); }
td.TdClassName
{
border-color: #306FDB;
}
.TagClassName
{
border-color: #306FDB;
}
</style>