Shades of Royal Blue #2B68FD
Tints of Royal Blue #2B68FD
RGB
CMYK
RGB Variations
Color information
#2B68FD (or 0x2B68FD) is known color: Royal Blue. HEX triplet: 2B, 68 and FD. RGB value is (43,104,253). Sum of RGB (Red+Green+Blue) = 43+104+253=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B68FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68FD is #D49702. Grayscale: #666666. Windows color (decimal): -13932291 or 16607275. OLE color: 16607275.
HSL color Cylindrical-coordinate representation of color #2B68FD: hue angle of 222.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B68FD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 104 | 253 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.01 |
| HSL | 222.57º | 0.98% | 0.58% | - |
| HSV(B) | 222.57º | 0.83% | 0.99% | - |
| XYZ | 23.68 | 17.51 | 95.06 | - |
| YUV | 102.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 253 | 0.83 | 0.59 | 0 | 0.01 | 222.57 | 0.98 | 0.58 |
| Hex | 2B | 68 | FD | 53 | 3B | 0 | 1 | DF | 62 | 3A |
| Octal | 53 | 150 | 375 | 123 | 73 | 0 | 1 | 337 | 142 | 72 |
| Binary | 101011 | 1101000 | 11111101 | 1010011 | 111011 | 0 | 1 | 11011111 | 1100010 | 111010 |
Color Harmonies of #2B68FD
Complementary color
Monochromatic Colors of #2B68FD
Black with #2B68FD
Text Example
Text Example
White with #2B68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68FD; }
p { color: rgb(43,104,253); }
H1.HeaderClassName
{
color: #2B68FD;
}
.AnyTagClassName
{
color: #2B68FD;
}
</style>
background-color css
<style>
a { background-color: #2B68FD; }
a { background-color: rgb(43,104,253); }
div.DivClassName
{
background-color: #2B68FD;
}
.BgClassName
{
background-color: #2B68FD;
}
</style>
border-color css
<style>
span { border-color: #2B68FD; }
span { border-color: rgb(43,104,253); }
td.TdClassName
{
border-color: #2B68FD;
}
.TagClassName
{
border-color: #2B68FD;
}
</style>