Shades of Royal Blue #306FEE
Tints of Royal Blue #306FEE
RGB
CMYK
RGB Variations
Color information
#306FEE (or 0x306FEE) is known color: Royal Blue. HEX triplet: 30, 6F and EE. RGB value is (48,111,238). Sum of RGB (Red+Green+Blue) = 48+111+238=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #306FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FEE is #CF9011. Grayscale: #6A6A6A. Windows color (decimal): -13602834 or 15626032. OLE color: 15626032.
HSL color Cylindrical-coordinate representation of color #306FEE: hue angle of 220.11º degrees, saturation: 0.85, 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 #306FEE is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 111 | 238 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.07 |
| HSL | 220.11º | 0.85% | 0.56% | - |
| HSV(B) | 220.11º | 0.8% | 0.93% | - |
| XYZ | 22.34 | 18.17 | 83.22 | - |
| YUV | 106.64 | 202.13 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 238 | 0.80 | 0.53 | 0 | 0.07 | 220.11 | 0.85 | 0.56 |
| Hex | 30 | 6F | EE | 50 | 35 | 0 | 7 | DC | 55 | 38 |
| Octal | 60 | 157 | 356 | 120 | 65 | 0 | 7 | 334 | 125 | 70 |
| Binary | 110000 | 1101111 | 11101110 | 1010000 | 110101 | 0 | 111 | 11011100 | 1010101 | 111000 |
Color Harmonies of #306FEE
Complementary color
Monochromatic Colors of #306FEE
Black with #306FEE
Text Example
Text Example
White with #306FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FEE; }
p { color: rgb(48,111,238); }
H1.HeaderClassName
{
color: #306FEE;
}
.AnyTagClassName
{
color: #306FEE;
}
</style>
background-color css
<style>
a { background-color: #306FEE; }
a { background-color: rgb(48,111,238); }
div.DivClassName
{
background-color: #306FEE;
}
.BgClassName
{
background-color: #306FEE;
}
</style>
border-color css
<style>
span { border-color: #306FEE; }
span { border-color: rgb(48,111,238); }
td.TdClassName
{
border-color: #306FEE;
}
.TagClassName
{
border-color: #306FEE;
}
</style>