Shades of Royal Blue #306FDC
Tints of Royal Blue #306FDC
RGB
CMYK
RGB Variations
Color information
#306FDC (or 0x306FDC) is known color: Royal Blue. HEX triplet: 30, 6F and DC. RGB value is (48,111,220). Sum of RGB (Red+Green+Blue) = 48+111+220=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #306FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FDC is #CF9023. Grayscale: #686868. Windows color (decimal): -13602852 or 14446384. OLE color: 14446384.
HSL color Cylindrical-coordinate representation of color #306FDC: hue angle of 218.02º 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 #306FDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 111 | 220 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.02º | 0.71% | 0.53% | - |
| HSV(B) | 218.02º | 0.78% | 0.86% | - |
| XYZ | 19.82 | 17.16 | 69.98 | - |
| YUV | 104.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 220 | 0.78 | 0.50 | 0 | 0.14 | 218.02 | 0.71 | 0.53 |
| Hex | 30 | 6F | DC | 4E | 32 | 0 | E | DA | 47 | 35 |
| Octal | 60 | 157 | 334 | 116 | 62 | 0 | 16 | 332 | 107 | 65 |
| Binary | 110000 | 1101111 | 11011100 | 1001110 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110101 |
Color Harmonies of #306FDC
Complementary color
Monochromatic Colors of #306FDC
Black with #306FDC
Text Example
Text Example
White with #306FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FDC; }
p { color: rgb(48,111,220); }
H1.HeaderClassName
{
color: #306FDC;
}
.AnyTagClassName
{
color: #306FDC;
}
</style>
background-color css
<style>
a { background-color: #306FDC; }
a { background-color: rgb(48,111,220); }
div.DivClassName
{
background-color: #306FDC;
}
.BgClassName
{
background-color: #306FDC;
}
</style>
border-color css
<style>
span { border-color: #306FDC; }
span { border-color: rgb(48,111,220); }
td.TdClassName
{
border-color: #306FDC;
}
.TagClassName
{
border-color: #306FDC;
}
</style>