Shades of Royal Blue #2E68FB
Tints of Royal Blue #2E68FB
RGB
CMYK
RGB Variations
Color information
#2E68FB (or 0x2E68FB) is known color: Royal Blue. HEX triplet: 2E, 68 and FB. RGB value is (46,104,251). Sum of RGB (Red+Green+Blue) = 46+104+251=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E68FB is #D19704. Grayscale: #666666. Windows color (decimal): -13735685 or 16476206. OLE color: 16476206.
HSL color Cylindrical-coordinate representation of color #2E68FB: hue angle of 223.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E68FB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 104 | 251 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.02 |
| HSL | 223.02º | 0.96% | 0.58% | - |
| HSV(B) | 223.02º | 0.82% | 0.98% | - |
| XYZ | 23.49 | 17.45 | 93.4 | - |
| YUV | 103.42 | 211.28 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 251 | 0.82 | 0.59 | 0 | 0.02 | 223.02 | 0.96 | 0.58 |
| Hex | 2E | 68 | FB | 52 | 3B | 0 | 2 | DF | 60 | 3A |
| Octal | 56 | 150 | 373 | 122 | 73 | 0 | 2 | 337 | 140 | 72 |
| Binary | 101110 | 1101000 | 11111011 | 1010010 | 111011 | 0 | 10 | 11011111 | 1100000 | 111010 |
Color Harmonies of #2E68FB
Complementary color
Monochromatic Colors of #2E68FB
Black with #2E68FB
Text Example
Text Example
White with #2E68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E68FB; }
p { color: rgb(46,104,251); }
H1.HeaderClassName
{
color: #2E68FB;
}
.AnyTagClassName
{
color: #2E68FB;
}
</style>
background-color css
<style>
a { background-color: #2E68FB; }
a { background-color: rgb(46,104,251); }
div.DivClassName
{
background-color: #2E68FB;
}
.BgClassName
{
background-color: #2E68FB;
}
</style>
border-color css
<style>
span { border-color: #2E68FB; }
span { border-color: rgb(46,104,251); }
td.TdClassName
{
border-color: #2E68FB;
}
.TagClassName
{
border-color: #2E68FB;
}
</style>