Shades of Royal Blue #2B68EA
Tints of Royal Blue #2B68EA
RGB
CMYK
RGB Variations
Color information
#2B68EA (or 0x2B68EA) is known color: Royal Blue. HEX triplet: 2B, 68 and EA. RGB value is (43,104,234). Sum of RGB (Red+Green+Blue) = 43+104+234=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B68EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68EA is #D49715. Grayscale: #646464. Windows color (decimal): -13932310 or 15362091. OLE color: 15362091.
HSL color Cylindrical-coordinate representation of color #2B68EA: hue angle of 220.84º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B68EA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 104 | 234 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.08 |
| HSL | 220.84º | 0.82% | 0.54% | - |
| HSV(B) | 220.84º | 0.82% | 0.92% | - |
| XYZ | 20.8 | 16.35 | 79.9 | - |
| YUV | 100.58 | 203.29 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 234 | 0.82 | 0.56 | 0 | 0.08 | 220.84 | 0.82 | 0.54 |
| Hex | 2B | 68 | EA | 52 | 38 | 0 | 8 | DD | 52 | 36 |
| Octal | 53 | 150 | 352 | 122 | 70 | 0 | 10 | 335 | 122 | 66 |
| Binary | 101011 | 1101000 | 11101010 | 1010010 | 111000 | 0 | 1000 | 11011101 | 1010010 | 110110 |
Color Harmonies of #2B68EA
Complementary color
Monochromatic Colors of #2B68EA
Black with #2B68EA
Text Example
Text Example
White with #2B68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68EA; }
p { color: rgb(43,104,234); }
H1.HeaderClassName
{
color: #2B68EA;
}
.AnyTagClassName
{
color: #2B68EA;
}
</style>
background-color css
<style>
a { background-color: #2B68EA; }
a { background-color: rgb(43,104,234); }
div.DivClassName
{
background-color: #2B68EA;
}
.BgClassName
{
background-color: #2B68EA;
}
</style>
border-color css
<style>
span { border-color: #2B68EA; }
span { border-color: rgb(43,104,234); }
td.TdClassName
{
border-color: #2B68EA;
}
.TagClassName
{
border-color: #2B68EA;
}
</style>