Shades of Royal Blue #307FDB
Tints of Royal Blue #307FDB
RGB
CMYK
RGB Variations
Color information
#307FDB (or 0x307FDB) is known color: Royal Blue. HEX triplet: 30, 7F and DB. RGB value is (48,127,219). Sum of RGB (Red+Green+Blue) = 48+127+219=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #307FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDB is #CF8024. Grayscale: #717171. Windows color (decimal): -13598757 or 14384944. OLE color: 14384944.
HSL color Cylindrical-coordinate representation of color #307FDB: hue angle of 212.28º 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 #307FDB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 127 | 219 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.14 |
| HSL | 212.28º | 0.7% | 0.52% | - |
| HSV(B) | 212.28º | 0.78% | 0.86% | - |
| XYZ | 21.59 | 20.92 | 69.92 | - |
| YUV | 113.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 219 | 0.78 | 0.42 | 0 | 0.14 | 212.28 | 0.7 | 0.52 |
| Hex | 30 | 7F | DB | 4E | 2A | 0 | E | D4 | 46 | 34 |
| Octal | 60 | 177 | 333 | 116 | 52 | 0 | 16 | 324 | 106 | 64 |
| Binary | 110000 | 1111111 | 11011011 | 1001110 | 101010 | 0 | 1110 | 11010100 | 1000110 | 110100 |
Color Harmonies of #307FDB
Complementary color
Monochromatic Colors of #307FDB
Black with #307FDB
Text Example
Text Example
White with #307FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FDB; }
p { color: rgb(48,127,219); }
H1.HeaderClassName
{
color: #307FDB;
}
.AnyTagClassName
{
color: #307FDB;
}
</style>
background-color css
<style>
a { background-color: #307FDB; }
a { background-color: rgb(48,127,219); }
div.DivClassName
{
background-color: #307FDB;
}
.BgClassName
{
background-color: #307FDB;
}
</style>
border-color css
<style>
span { border-color: #307FDB; }
span { border-color: rgb(48,127,219); }
td.TdClassName
{
border-color: #307FDB;
}
.TagClassName
{
border-color: #307FDB;
}
</style>