Shades of Royal Blue #306DDC
Tints of Royal Blue #306DDC
RGB
CMYK
RGB Variations
Color information
#306DDC (or 0x306DDC) is known color: Royal Blue. HEX triplet: 30, 6D and DC. RGB value is (48,109,220). Sum of RGB (Red+Green+Blue) = 48+109+220=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #306DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DDC is #CF9223. Grayscale: #666666. Windows color (decimal): -13603364 or 14445872. OLE color: 14445872.
HSL color Cylindrical-coordinate representation of color #306DDC: hue angle of 218.72º 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 #306DDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 109 | 220 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.72º | 0.71% | 0.53% | - |
| HSV(B) | 218.72º | 0.78% | 0.86% | - |
| XYZ | 19.61 | 16.73 | 69.91 | - |
| YUV | 103.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 220 | 0.78 | 0.50 | 0 | 0.14 | 218.72 | 0.71 | 0.53 |
| Hex | 30 | 6D | DC | 4E | 32 | 0 | E | DB | 47 | 35 |
| Octal | 60 | 155 | 334 | 116 | 62 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110000 | 1101101 | 11011100 | 1001110 | 110010 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #306DDC
Complementary color
Monochromatic Colors of #306DDC
Black with #306DDC
Text Example
Text Example
White with #306DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DDC; }
p { color: rgb(48,109,220); }
H1.HeaderClassName
{
color: #306DDC;
}
.AnyTagClassName
{
color: #306DDC;
}
</style>
background-color css
<style>
a { background-color: #306DDC; }
a { background-color: rgb(48,109,220); }
div.DivClassName
{
background-color: #306DDC;
}
.BgClassName
{
background-color: #306DDC;
}
</style>
border-color css
<style>
span { border-color: #306DDC; }
span { border-color: rgb(48,109,220); }
td.TdClassName
{
border-color: #306DDC;
}
.TagClassName
{
border-color: #306DDC;
}
</style>