Shades of Royal Blue #307FDC
Tints of Royal Blue #307FDC
RGB
CMYK
RGB Variations
Color information
#307FDC (or 0x307FDC) is known color: Royal Blue. HEX triplet: 30, 7F and DC. RGB value is (48,127,220). Sum of RGB (Red+Green+Blue) = 48+127+220=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #307FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDC is #CF8023. Grayscale: #717171. Windows color (decimal): -13598756 or 14450480. OLE color: 14450480.
HSL color Cylindrical-coordinate representation of color #307FDC: hue angle of 212.44º 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 #307FDC is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 127 | 220 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.14 |
| HSL | 212.44º | 0.71% | 0.53% | - |
| HSV(B) | 212.44º | 0.78% | 0.86% | - |
| XYZ | 21.73 | 20.97 | 70.61 | - |
| YUV | 113.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 220 | 0.78 | 0.42 | 0 | 0.14 | 212.44 | 0.71 | 0.53 |
| Hex | 30 | 7F | DC | 4E | 2A | 0 | E | D4 | 47 | 35 |
| Octal | 60 | 177 | 334 | 116 | 52 | 0 | 16 | 324 | 107 | 65 |
| Binary | 110000 | 1111111 | 11011100 | 1001110 | 101010 | 0 | 1110 | 11010100 | 1000111 | 110101 |
Color Harmonies of #307FDC
Complementary color
Monochromatic Colors of #307FDC
Black with #307FDC
Text Example
Text Example
White with #307FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FDC; }
p { color: rgb(48,127,220); }
H1.HeaderClassName
{
color: #307FDC;
}
.AnyTagClassName
{
color: #307FDC;
}
</style>
background-color css
<style>
a { background-color: #307FDC; }
a { background-color: rgb(48,127,220); }
div.DivClassName
{
background-color: #307FDC;
}
.BgClassName
{
background-color: #307FDC;
}
</style>
border-color css
<style>
span { border-color: #307FDC; }
span { border-color: rgb(48,127,220); }
td.TdClassName
{
border-color: #307FDC;
}
.TagClassName
{
border-color: #307FDC;
}
</style>