Shades of Royal Blue #306EDB
Tints of Royal Blue #306EDB
RGB
CMYK
RGB Variations
Color information
#306EDB (or 0x306EDB) is known color: Royal Blue. HEX triplet: 30, 6E and DB. RGB value is (48,110,219). Sum of RGB (Red+Green+Blue) = 48+110+219=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #306EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EDB is #CF9124. Grayscale: #676767. Windows color (decimal): -13603109 or 14380592. OLE color: 14380592.
HSL color Cylindrical-coordinate representation of color #306EDB: hue angle of 218.25º 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 #306EDB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 110 | 219 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.25º | 0.7% | 0.52% | - |
| HSV(B) | 218.25º | 0.78% | 0.86% | - |
| XYZ | 19.58 | 16.89 | 69.25 | - |
| YUV | 103.89 | 192.96 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 219 | 0.78 | 0.50 | 0 | 0.14 | 218.25 | 0.7 | 0.52 |
| Hex | 30 | 6E | DB | 4E | 32 | 0 | E | DA | 46 | 34 |
| Octal | 60 | 156 | 333 | 116 | 62 | 0 | 16 | 332 | 106 | 64 |
| Binary | 110000 | 1101110 | 11011011 | 1001110 | 110010 | 0 | 1110 | 11011010 | 1000110 | 110100 |
Color Harmonies of #306EDB
Complementary color
Monochromatic Colors of #306EDB
Black with #306EDB
Text Example
Text Example
White with #306EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EDB; }
p { color: rgb(48,110,219); }
H1.HeaderClassName
{
color: #306EDB;
}
.AnyTagClassName
{
color: #306EDB;
}
</style>
background-color css
<style>
a { background-color: #306EDB; }
a { background-color: rgb(48,110,219); }
div.DivClassName
{
background-color: #306EDB;
}
.BgClassName
{
background-color: #306EDB;
}
</style>
border-color css
<style>
span { border-color: #306EDB; }
span { border-color: rgb(48,110,219); }
td.TdClassName
{
border-color: #306EDB;
}
.TagClassName
{
border-color: #306EDB;
}
</style>