Shades of Royal Blue #306EDF
Tints of Royal Blue #306EDF
RGB
CMYK
RGB Variations
Color information
#306EDF (or 0x306EDF) is known color: Royal Blue. HEX triplet: 30, 6E and DF. RGB value is (48,110,223). Sum of RGB (Red+Green+Blue) = 48+110+223=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #306EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EDF is #CF9120. Grayscale: #676767. Windows color (decimal): -13603105 or 14642736. OLE color: 14642736.
HSL color Cylindrical-coordinate representation of color #306EDF: hue angle of 218.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306EDF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 110 | 223 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.13 |
| HSL | 218.74º | 0.73% | 0.53% | - |
| HSV(B) | 218.74º | 0.78% | 0.87% | - |
| XYZ | 20.11 | 17.11 | 72.05 | - |
| YUV | 104.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 223 | 0.78 | 0.51 | 0 | 0.13 | 218.74 | 0.73 | 0.53 |
| Hex | 30 | 6E | DF | 4E | 33 | 0 | D | DB | 49 | 35 |
| Octal | 60 | 156 | 337 | 116 | 63 | 0 | 15 | 333 | 111 | 65 |
| Binary | 110000 | 1101110 | 11011111 | 1001110 | 110011 | 0 | 1101 | 11011011 | 1001001 | 110101 |
Color Harmonies of #306EDF
Complementary color
Monochromatic Colors of #306EDF
Black with #306EDF
Text Example
Text Example
White with #306EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EDF; }
p { color: rgb(48,110,223); }
H1.HeaderClassName
{
color: #306EDF;
}
.AnyTagClassName
{
color: #306EDF;
}
</style>
background-color css
<style>
a { background-color: #306EDF; }
a { background-color: rgb(48,110,223); }
div.DivClassName
{
background-color: #306EDF;
}
.BgClassName
{
background-color: #306EDF;
}
</style>
border-color css
<style>
span { border-color: #306EDF; }
span { border-color: rgb(48,110,223); }
td.TdClassName
{
border-color: #306EDF;
}
.TagClassName
{
border-color: #306EDF;
}
</style>