Shades of Royal Blue #306DDA
Tints of Royal Blue #306DDA
RGB
CMYK
RGB Variations
Color information
#306DDA (or 0x306DDA) is known color: Royal Blue. HEX triplet: 30, 6D and DA. RGB value is (48,109,218). Sum of RGB (Red+Green+Blue) = 48+109+218=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #306DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DDA is #CF9225. Grayscale: #666666. Windows color (decimal): -13603366 or 14314800. OLE color: 14314800.
HSL color Cylindrical-coordinate representation of color #306DDA: hue angle of 218.47º 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 #306DDA is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 109 | 218 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.15 |
| HSL | 218.47º | 0.7% | 0.52% | - |
| HSV(B) | 218.47º | 0.78% | 0.85% | - |
| XYZ | 19.34 | 16.63 | 68.52 | - |
| YUV | 103.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 218 | 0.78 | 0.5 | 0 | 0.15 | 218.47 | 0.7 | 0.52 |
| Hex | 30 | 6D | DA | 4E | 32 | 0 | F | DA | 46 | 34 |
| Octal | 60 | 155 | 332 | 116 | 62 | 0 | 17 | 332 | 106 | 64 |
| Binary | 110000 | 1101101 | 11011010 | 1001110 | 110010 | 0 | 1111 | 11011010 | 1000110 | 110100 |
Color Harmonies of #306DDA
Complementary color
Monochromatic Colors of #306DDA
Black with #306DDA
Text Example
Text Example
White with #306DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DDA; }
p { color: rgb(48,109,218); }
H1.HeaderClassName
{
color: #306DDA;
}
.AnyTagClassName
{
color: #306DDA;
}
</style>
background-color css
<style>
a { background-color: #306DDA; }
a { background-color: rgb(48,109,218); }
div.DivClassName
{
background-color: #306DDA;
}
.BgClassName
{
background-color: #306DDA;
}
</style>
border-color css
<style>
span { border-color: #306DDA; }
span { border-color: rgb(48,109,218); }
td.TdClassName
{
border-color: #306DDA;
}
.TagClassName
{
border-color: #306DDA;
}
</style>