Shades of Royal Blue #306FEC
Tints of Royal Blue #306FEC
RGB
CMYK
RGB Variations
Color information
#306FEC (or 0x306FEC) is known color: Royal Blue. HEX triplet: 30, 6F and EC. RGB value is (48,111,236). Sum of RGB (Red+Green+Blue) = 48+111+236=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #306FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FEC is #CF9013. Grayscale: #696969. Windows color (decimal): -13602836 or 15494960. OLE color: 15494960.
HSL color Cylindrical-coordinate representation of color #306FEC: hue angle of 219.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306FEC is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 111 | 236 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.07 |
| HSL | 219.89º | 0.83% | 0.56% | - |
| HSV(B) | 219.89º | 0.8% | 0.93% | - |
| XYZ | 22.04 | 18.05 | 81.68 | - |
| YUV | 106.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 236 | 0.80 | 0.53 | 0 | 0.07 | 219.89 | 0.83 | 0.56 |
| Hex | 30 | 6F | EC | 50 | 35 | 0 | 7 | DC | 53 | 38 |
| Octal | 60 | 157 | 354 | 120 | 65 | 0 | 7 | 334 | 123 | 70 |
| Binary | 110000 | 1101111 | 11101100 | 1010000 | 110101 | 0 | 111 | 11011100 | 1010011 | 111000 |
Color Harmonies of #306FEC
Complementary color
Monochromatic Colors of #306FEC
Black with #306FEC
Text Example
Text Example
White with #306FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FEC; }
p { color: rgb(48,111,236); }
H1.HeaderClassName
{
color: #306FEC;
}
.AnyTagClassName
{
color: #306FEC;
}
</style>
background-color css
<style>
a { background-color: #306FEC; }
a { background-color: rgb(48,111,236); }
div.DivClassName
{
background-color: #306FEC;
}
.BgClassName
{
background-color: #306FEC;
}
</style>
border-color css
<style>
span { border-color: #306FEC; }
span { border-color: rgb(48,111,236); }
td.TdClassName
{
border-color: #306FEC;
}
.TagClassName
{
border-color: #306FEC;
}
</style>