Shades of Royal Blue #307ADC
Tints of Royal Blue #307ADC
RGB
CMYK
RGB Variations
Color information
#307ADC (or 0x307ADC) is known color: Royal Blue. HEX triplet: 30, 7A and DC. RGB value is (48,122,220). Sum of RGB (Red+Green+Blue) = 48+122+220=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #307ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ADC is #CF8523. Grayscale: #6E6E6E. Windows color (decimal): -13600036 or 14449200. OLE color: 14449200.
HSL color Cylindrical-coordinate representation of color #307ADC: hue angle of 214.19º 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 #307ADC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 122 | 220 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.19º | 0.71% | 0.53% | - |
| HSV(B) | 214.19º | 0.78% | 0.86% | - |
| XYZ | 21.1 | 19.71 | 70.4 | - |
| YUV | 111.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 220 | 0.78 | 0.45 | 0 | 0.14 | 214.19 | 0.71 | 0.53 |
| Hex | 30 | 7A | DC | 4E | 2D | 0 | E | D6 | 47 | 35 |
| Octal | 60 | 172 | 334 | 116 | 55 | 0 | 16 | 326 | 107 | 65 |
| Binary | 110000 | 1111010 | 11011100 | 1001110 | 101101 | 0 | 1110 | 11010110 | 1000111 | 110101 |
Color Harmonies of #307ADC
Complementary color
Monochromatic Colors of #307ADC
Black with #307ADC
Text Example
Text Example
White with #307ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307ADC; }
p { color: rgb(48,122,220); }
H1.HeaderClassName
{
color: #307ADC;
}
.AnyTagClassName
{
color: #307ADC;
}
</style>
background-color css
<style>
a { background-color: #307ADC; }
a { background-color: rgb(48,122,220); }
div.DivClassName
{
background-color: #307ADC;
}
.BgClassName
{
background-color: #307ADC;
}
</style>
border-color css
<style>
span { border-color: #307ADC; }
span { border-color: rgb(48,122,220); }
td.TdClassName
{
border-color: #307ADC;
}
.TagClassName
{
border-color: #307ADC;
}
</style>