Shades of Royal Blue #307ADD
Tints of Royal Blue #307ADD
RGB
CMYK
RGB Variations
Color information
#307ADD (or 0x307ADD) is known color: Royal Blue. HEX triplet: 30, 7A and DD. RGB value is (48,122,221). Sum of RGB (Red+Green+Blue) = 48+122+221=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #307ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ADD is #CF8522. Grayscale: #6E6E6E. Windows color (decimal): -13600035 or 14514736. OLE color: 14514736.
HSL color Cylindrical-coordinate representation of color #307ADD: hue angle of 214.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307ADD is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 122 | 221 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.13 |
| HSL | 214.34º | 0.72% | 0.53% | - |
| HSV(B) | 214.34º | 0.78% | 0.87% | - |
| XYZ | 21.23 | 19.77 | 71.1 | - |
| YUV | 111.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 221 | 0.78 | 0.45 | 0 | 0.13 | 214.34 | 0.72 | 0.53 |
| Hex | 30 | 7A | DD | 4E | 2D | 0 | D | D6 | 48 | 35 |
| Octal | 60 | 172 | 335 | 116 | 55 | 0 | 15 | 326 | 110 | 65 |
| Binary | 110000 | 1111010 | 11011101 | 1001110 | 101101 | 0 | 1101 | 11010110 | 1001000 | 110101 |
Color Harmonies of #307ADD
Complementary color
Monochromatic Colors of #307ADD
Black with #307ADD
Text Example
Text Example
White with #307ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307ADD; }
p { color: rgb(48,122,221); }
H1.HeaderClassName
{
color: #307ADD;
}
.AnyTagClassName
{
color: #307ADD;
}
</style>
background-color css
<style>
a { background-color: #307ADD; }
a { background-color: rgb(48,122,221); }
div.DivClassName
{
background-color: #307ADD;
}
.BgClassName
{
background-color: #307ADD;
}
</style>
border-color css
<style>
span { border-color: #307ADD; }
span { border-color: rgb(48,122,221); }
td.TdClassName
{
border-color: #307ADD;
}
.TagClassName
{
border-color: #307ADD;
}
</style>