Shades of Royal Blue #306EDC
Tints of Royal Blue #306EDC
RGB
CMYK
RGB Variations
Color information
#306EDC (or 0x306EDC) is known color: Royal Blue. HEX triplet: 30, 6E and DC. RGB value is (48,110,220). Sum of RGB (Red+Green+Blue) = 48+110+220=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #306EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EDC is #CF9123. Grayscale: #676767. Windows color (decimal): -13603108 or 14446128. OLE color: 14446128.
HSL color Cylindrical-coordinate representation of color #306EDC: hue angle of 218.37º 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 #306EDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 110 | 220 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.37º | 0.71% | 0.53% | - |
| HSV(B) | 218.37º | 0.78% | 0.86% | - |
| XYZ | 19.71 | 16.95 | 69.94 | - |
| YUV | 104 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 220 | 0.78 | 0.50 | 0 | 0.14 | 218.37 | 0.71 | 0.53 |
| Hex | 30 | 6E | DC | 4E | 32 | 0 | E | DA | 47 | 35 |
| Octal | 60 | 156 | 334 | 116 | 62 | 0 | 16 | 332 | 107 | 65 |
| Binary | 110000 | 1101110 | 11011100 | 1001110 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110101 |
Color Harmonies of #306EDC
Complementary color
Monochromatic Colors of #306EDC
Black with #306EDC
Text Example
Text Example
White with #306EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EDC; }
p { color: rgb(48,110,220); }
H1.HeaderClassName
{
color: #306EDC;
}
.AnyTagClassName
{
color: #306EDC;
}
</style>
background-color css
<style>
a { background-color: #306EDC; }
a { background-color: rgb(48,110,220); }
div.DivClassName
{
background-color: #306EDC;
}
.BgClassName
{
background-color: #306EDC;
}
</style>
border-color css
<style>
span { border-color: #306EDC; }
span { border-color: rgb(48,110,220); }
td.TdClassName
{
border-color: #306EDC;
}
.TagClassName
{
border-color: #306EDC;
}
</style>