Shades of Royal Blue #307BDA
Tints of Royal Blue #307BDA
RGB
CMYK
RGB Variations
Color information
#307BDA (or 0x307BDA) is known color: Royal Blue. HEX triplet: 30, 7B and DA. RGB value is (48,123,218). Sum of RGB (Red+Green+Blue) = 48+123+218=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #307BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BDA is #CF8425. Grayscale: #6E6E6E. Windows color (decimal): -13599782 or 14318384. OLE color: 14318384.
HSL color Cylindrical-coordinate representation of color #307BDA: hue angle of 213.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307BDA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 123 | 218 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.15 |
| HSL | 213.53º | 0.7% | 0.52% | - |
| HSV(B) | 213.53º | 0.78% | 0.85% | - |
| XYZ | 20.96 | 19.86 | 69.06 | - |
| YUV | 111.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 218 | 0.78 | 0.44 | 0 | 0.15 | 213.53 | 0.7 | 0.52 |
| Hex | 30 | 7B | DA | 4E | 2C | 0 | F | D6 | 46 | 34 |
| Octal | 60 | 173 | 332 | 116 | 54 | 0 | 17 | 326 | 106 | 64 |
| Binary | 110000 | 1111011 | 11011010 | 1001110 | 101100 | 0 | 1111 | 11010110 | 1000110 | 110100 |
Color Harmonies of #307BDA
Complementary color
Monochromatic Colors of #307BDA
Black with #307BDA
Text Example
Text Example
White with #307BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BDA; }
p { color: rgb(48,123,218); }
H1.HeaderClassName
{
color: #307BDA;
}
.AnyTagClassName
{
color: #307BDA;
}
</style>
background-color css
<style>
a { background-color: #307BDA; }
a { background-color: rgb(48,123,218); }
div.DivClassName
{
background-color: #307BDA;
}
.BgClassName
{
background-color: #307BDA;
}
</style>
border-color css
<style>
span { border-color: #307BDA; }
span { border-color: rgb(48,123,218); }
td.TdClassName
{
border-color: #307BDA;
}
.TagClassName
{
border-color: #307BDA;
}
</style>