Shades of Royal Blue #306DF4
Tints of Royal Blue #306DF4
RGB
CMYK
RGB Variations
Color information
#306DF4 (or 0x306DF4) is known color: Royal Blue. HEX triplet: 30, 6D and F4. RGB value is (48,109,244). Sum of RGB (Red+Green+Blue) = 48+109+244=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #306DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DF4 is #CF920B. Grayscale: #696969. Windows color (decimal): -13603340 or 16018736. OLE color: 16018736.
HSL color Cylindrical-coordinate representation of color #306DF4: hue angle of 221.33º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306DF4 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 109 | 244 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.04 |
| HSL | 221.33º | 0.9% | 0.57% | - |
| HSV(B) | 221.33º | 0.8% | 0.96% | - |
| XYZ | 23.02 | 18.1 | 87.87 | - |
| YUV | 106.15 | 205.79 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 244 | 0.80 | 0.55 | 0 | 0.04 | 221.33 | 0.9 | 0.57 |
| Hex | 30 | 6D | F4 | 50 | 37 | 0 | 4 | DD | 5A | 39 |
| Octal | 60 | 155 | 364 | 120 | 67 | 0 | 4 | 335 | 132 | 71 |
| Binary | 110000 | 1101101 | 11110100 | 1010000 | 110111 | 0 | 100 | 11011101 | 1011010 | 111001 |
Color Harmonies of #306DF4
Complementary color
Monochromatic Colors of #306DF4
Black with #306DF4
Text Example
Text Example
White with #306DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DF4; }
p { color: rgb(48,109,244); }
H1.HeaderClassName
{
color: #306DF4;
}
.AnyTagClassName
{
color: #306DF4;
}
</style>
background-color css
<style>
a { background-color: #306DF4; }
a { background-color: rgb(48,109,244); }
div.DivClassName
{
background-color: #306DF4;
}
.BgClassName
{
background-color: #306DF4;
}
</style>
border-color css
<style>
span { border-color: #306DF4; }
span { border-color: rgb(48,109,244); }
td.TdClassName
{
border-color: #306DF4;
}
.TagClassName
{
border-color: #306DF4;
}
</style>