Shades of Royal Blue #306FED
Tints of Royal Blue #306FED
RGB
CMYK
RGB Variations
Color information
#306FED (or 0x306FED) is known color: Royal Blue. HEX triplet: 30, 6F and ED. RGB value is (48,111,237). Sum of RGB (Red+Green+Blue) = 48+111+237=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #306FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FED is #CF9012. Grayscale: #696969. Windows color (decimal): -13602835 or 15560496. OLE color: 15560496.
HSL color Cylindrical-coordinate representation of color #306FED: hue angle of 220º degrees, saturation: 0.84, 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 #306FED is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 111 | 237 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.07 |
| HSL | 220º | 0.84% | 0.56% | - |
| HSV(B) | 220º | 0.8% | 0.93% | - |
| XYZ | 22.19 | 18.11 | 82.45 | - |
| YUV | 106.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 237 | 0.80 | 0.53 | 0 | 0.07 | 220 | 0.84 | 0.56 |
| Hex | 30 | 6F | ED | 50 | 35 | 0 | 7 | DC | 54 | 38 |
| Octal | 60 | 157 | 355 | 120 | 65 | 0 | 7 | 334 | 124 | 70 |
| Binary | 110000 | 1101111 | 11101101 | 1010000 | 110101 | 0 | 111 | 11011100 | 1010100 | 111000 |
Color Harmonies of #306FED
Complementary color
Monochromatic Colors of #306FED
Black with #306FED
Text Example
Text Example
White with #306FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FED; }
p { color: rgb(48,111,237); }
H1.HeaderClassName
{
color: #306FED;
}
.AnyTagClassName
{
color: #306FED;
}
</style>
background-color css
<style>
a { background-color: #306FED; }
a { background-color: rgb(48,111,237); }
div.DivClassName
{
background-color: #306FED;
}
.BgClassName
{
background-color: #306FED;
}
</style>
border-color css
<style>
span { border-color: #306FED; }
span { border-color: rgb(48,111,237); }
td.TdClassName
{
border-color: #306FED;
}
.TagClassName
{
border-color: #306FED;
}
</style>