Shades of Royal Blue #2B68FC
Tints of Royal Blue #2B68FC
RGB
CMYK
RGB Variations
Color information
#2B68FC (or 0x2B68FC) is known color: Royal Blue. HEX triplet: 2B, 68 and FC. RGB value is (43,104,252). Sum of RGB (Red+Green+Blue) = 43+104+252=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B68FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68FC is #D49703. Grayscale: #656565. Windows color (decimal): -13932292 or 16541739. OLE color: 16541739.
HSL color Cylindrical-coordinate representation of color #2B68FC: hue angle of 222.49º degrees, saturation: 0.97, 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 #2B68FC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 104 | 252 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.01 |
| HSL | 222.49º | 0.97% | 0.58% | - |
| HSV(B) | 222.49º | 0.83% | 0.99% | - |
| XYZ | 23.52 | 17.44 | 94.22 | - |
| YUV | 102.63 | 212.29 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 252 | 0.83 | 0.59 | 0 | 0.01 | 222.49 | 0.97 | 0.58 |
| Hex | 2B | 68 | FC | 53 | 3B | 0 | 1 | DE | 61 | 3A |
| Octal | 53 | 150 | 374 | 123 | 73 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101011 | 1101000 | 11111100 | 1010011 | 111011 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2B68FC
Complementary color
Monochromatic Colors of #2B68FC
Black with #2B68FC
Text Example
Text Example
White with #2B68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68FC; }
p { color: rgb(43,104,252); }
H1.HeaderClassName
{
color: #2B68FC;
}
.AnyTagClassName
{
color: #2B68FC;
}
</style>
background-color css
<style>
a { background-color: #2B68FC; }
a { background-color: rgb(43,104,252); }
div.DivClassName
{
background-color: #2B68FC;
}
.BgClassName
{
background-color: #2B68FC;
}
</style>
border-color css
<style>
span { border-color: #2B68FC; }
span { border-color: rgb(43,104,252); }
td.TdClassName
{
border-color: #2B68FC;
}
.TagClassName
{
border-color: #2B68FC;
}
</style>