Shades of Royal Blue #307EDB
Tints of Royal Blue #307EDB
RGB
CMYK
RGB Variations
Color information
#307EDB (or 0x307EDB) is known color: Royal Blue. HEX triplet: 30, 7E and DB. RGB value is (48,126,219). Sum of RGB (Red+Green+Blue) = 48+126+219=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #307EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EDB is #CF8124. Grayscale: #707070. Windows color (decimal): -13599013 or 14384688. OLE color: 14384688.
HSL color Cylindrical-coordinate representation of color #307EDB: hue angle of 212.63º 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 #307EDB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 126 | 219 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.14 |
| HSL | 212.63º | 0.7% | 0.52% | - |
| HSV(B) | 212.63º | 0.78% | 0.86% | - |
| XYZ | 21.47 | 20.66 | 69.88 | - |
| YUV | 113.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 219 | 0.78 | 0.42 | 0 | 0.14 | 212.63 | 0.7 | 0.52 |
| Hex | 30 | 7E | DB | 4E | 2A | 0 | E | D5 | 46 | 34 |
| Octal | 60 | 176 | 333 | 116 | 52 | 0 | 16 | 325 | 106 | 64 |
| Binary | 110000 | 1111110 | 11011011 | 1001110 | 101010 | 0 | 1110 | 11010101 | 1000110 | 110100 |
Color Harmonies of #307EDB
Complementary color
Monochromatic Colors of #307EDB
Black with #307EDB
Text Example
Text Example
White with #307EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EDB; }
p { color: rgb(48,126,219); }
H1.HeaderClassName
{
color: #307EDB;
}
.AnyTagClassName
{
color: #307EDB;
}
</style>
background-color css
<style>
a { background-color: #307EDB; }
a { background-color: rgb(48,126,219); }
div.DivClassName
{
background-color: #307EDB;
}
.BgClassName
{
background-color: #307EDB;
}
</style>
border-color css
<style>
span { border-color: #307EDB; }
span { border-color: rgb(48,126,219); }
td.TdClassName
{
border-color: #307EDB;
}
.TagClassName
{
border-color: #307EDB;
}
</style>