Shades of Royal Blue #306DDF
Tints of Royal Blue #306DDF
RGB
CMYK
RGB Variations
Color information
#306DDF (or 0x306DDF) is known color: Royal Blue. HEX triplet: 30, 6D and DF. RGB value is (48,109,223). Sum of RGB (Red+Green+Blue) = 48+109+223=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #306DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DDF is #CF9220. Grayscale: #676767. Windows color (decimal): -13603361 or 14642480. OLE color: 14642480.
HSL color Cylindrical-coordinate representation of color #306DDF: hue angle of 219.09º 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 #306DDF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 109 | 223 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.13 |
| HSL | 219.09º | 0.73% | 0.53% | - |
| HSV(B) | 219.09º | 0.78% | 0.87% | - |
| XYZ | 20.01 | 16.89 | 72.02 | - |
| YUV | 103.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 223 | 0.78 | 0.51 | 0 | 0.13 | 219.09 | 0.73 | 0.53 |
| Hex | 30 | 6D | DF | 4E | 33 | 0 | D | DB | 49 | 35 |
| Octal | 60 | 155 | 337 | 116 | 63 | 0 | 15 | 333 | 111 | 65 |
| Binary | 110000 | 1101101 | 11011111 | 1001110 | 110011 | 0 | 1101 | 11011011 | 1001001 | 110101 |
Color Harmonies of #306DDF
Complementary color
Monochromatic Colors of #306DDF
Black with #306DDF
Text Example
Text Example
White with #306DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DDF; }
p { color: rgb(48,109,223); }
H1.HeaderClassName
{
color: #306DDF;
}
.AnyTagClassName
{
color: #306DDF;
}
</style>
background-color css
<style>
a { background-color: #306DDF; }
a { background-color: rgb(48,109,223); }
div.DivClassName
{
background-color: #306DDF;
}
.BgClassName
{
background-color: #306DDF;
}
</style>
border-color css
<style>
span { border-color: #306DDF; }
span { border-color: rgb(48,109,223); }
td.TdClassName
{
border-color: #306DDF;
}
.TagClassName
{
border-color: #306DDF;
}
</style>