Shades of Royal Blue #307BDC
Tints of Royal Blue #307BDC
RGB
CMYK
RGB Variations
Color information
#307BDC (or 0x307BDC) is known color: Royal Blue. HEX triplet: 30, 7B and DC. RGB value is (48,123,220). Sum of RGB (Red+Green+Blue) = 48+123+220=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #307BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BDC is #CF8423. Grayscale: #6F6F6F. Windows color (decimal): -13599780 or 14449456. OLE color: 14449456.
HSL color Cylindrical-coordinate representation of color #307BDC: hue angle of 213.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307BDC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 123 | 220 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.14 |
| HSL | 213.84º | 0.71% | 0.53% | - |
| HSV(B) | 213.84º | 0.78% | 0.86% | - |
| XYZ | 21.22 | 19.96 | 70.44 | - |
| YUV | 111.63 | 189.15 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 220 | 0.78 | 0.44 | 0 | 0.14 | 213.84 | 0.71 | 0.53 |
| Hex | 30 | 7B | DC | 4E | 2C | 0 | E | D6 | 47 | 35 |
| Octal | 60 | 173 | 334 | 116 | 54 | 0 | 16 | 326 | 107 | 65 |
| Binary | 110000 | 1111011 | 11011100 | 1001110 | 101100 | 0 | 1110 | 11010110 | 1000111 | 110101 |
Color Harmonies of #307BDC
Complementary color
Monochromatic Colors of #307BDC
Black with #307BDC
Text Example
Text Example
White with #307BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BDC; }
p { color: rgb(48,123,220); }
H1.HeaderClassName
{
color: #307BDC;
}
.AnyTagClassName
{
color: #307BDC;
}
</style>
background-color css
<style>
a { background-color: #307BDC; }
a { background-color: rgb(48,123,220); }
div.DivClassName
{
background-color: #307BDC;
}
.BgClassName
{
background-color: #307BDC;
}
</style>
border-color css
<style>
span { border-color: #307BDC; }
span { border-color: rgb(48,123,220); }
td.TdClassName
{
border-color: #307BDC;
}
.TagClassName
{
border-color: #307BDC;
}
</style>