Shades of Royal Blue #306EEE
Tints of Royal Blue #306EEE
RGB
CMYK
RGB Variations
Color information
#306EEE (or 0x306EEE) is known color: Royal Blue. HEX triplet: 30, 6E and EE. RGB value is (48,110,238). Sum of RGB (Red+Green+Blue) = 48+110+238=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #306EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306EEE is #CF9111. Grayscale: #696969. Windows color (decimal): -13603090 or 15625776. OLE color: 15625776.
HSL color Cylindrical-coordinate representation of color #306EEE: hue angle of 220.42º 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 #306EEE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 110 | 238 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.07 |
| HSL | 220.42º | 0.85% | 0.56% | - |
| HSV(B) | 220.42º | 0.8% | 0.93% | - |
| XYZ | 22.23 | 17.95 | 83.18 | - |
| YUV | 106.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 238 | 0.80 | 0.54 | 0 | 0.07 | 220.42 | 0.85 | 0.56 |
| Hex | 30 | 6E | EE | 50 | 36 | 0 | 7 | DC | 55 | 38 |
| Octal | 60 | 156 | 356 | 120 | 66 | 0 | 7 | 334 | 125 | 70 |
| Binary | 110000 | 1101110 | 11101110 | 1010000 | 110110 | 0 | 111 | 11011100 | 1010101 | 111000 |
Color Harmonies of #306EEE
Complementary color
Monochromatic Colors of #306EEE
Black with #306EEE
Text Example
Text Example
White with #306EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EEE; }
p { color: rgb(48,110,238); }
H1.HeaderClassName
{
color: #306EEE;
}
.AnyTagClassName
{
color: #306EEE;
}
</style>
background-color css
<style>
a { background-color: #306EEE; }
a { background-color: rgb(48,110,238); }
div.DivClassName
{
background-color: #306EEE;
}
.BgClassName
{
background-color: #306EEE;
}
</style>
border-color css
<style>
span { border-color: #306EEE; }
span { border-color: rgb(48,110,238); }
td.TdClassName
{
border-color: #306EEE;
}
.TagClassName
{
border-color: #306EEE;
}
</style>