Shades of Royal Blue #2B68F9
Tints of Royal Blue #2B68F9
RGB
CMYK
RGB Variations
Color information
#2B68F9 (or 0x2B68F9) is known color: Royal Blue. HEX triplet: 2B, 68 and F9. RGB value is (43,104,249). Sum of RGB (Red+Green+Blue) = 43+104+249=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B68F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68F9 is #D49706. Grayscale: #656565. Windows color (decimal): -13932295 or 16345131. OLE color: 16345131.
HSL color Cylindrical-coordinate representation of color #2B68F9: hue angle of 222.23º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B68F9 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 104 | 249 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.02 |
| HSL | 222.23º | 0.94% | 0.57% | - |
| HSV(B) | 222.23º | 0.83% | 0.98% | - |
| XYZ | 23.05 | 17.25 | 91.74 | - |
| YUV | 102.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 249 | 0.83 | 0.58 | 0 | 0.02 | 222.23 | 0.94 | 0.57 |
| Hex | 2B | 68 | F9 | 53 | 3A | 0 | 2 | DE | 5E | 39 |
| Octal | 53 | 150 | 371 | 123 | 72 | 0 | 2 | 336 | 136 | 71 |
| Binary | 101011 | 1101000 | 11111001 | 1010011 | 111010 | 0 | 10 | 11011110 | 1011110 | 111001 |
Color Harmonies of #2B68F9
Complementary color
Monochromatic Colors of #2B68F9
Black with #2B68F9
Text Example
Text Example
White with #2B68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68F9; }
p { color: rgb(43,104,249); }
H1.HeaderClassName
{
color: #2B68F9;
}
.AnyTagClassName
{
color: #2B68F9;
}
</style>
background-color css
<style>
a { background-color: #2B68F9; }
a { background-color: rgb(43,104,249); }
div.DivClassName
{
background-color: #2B68F9;
}
.BgClassName
{
background-color: #2B68F9;
}
</style>
border-color css
<style>
span { border-color: #2B68F9; }
span { border-color: rgb(43,104,249); }
td.TdClassName
{
border-color: #2B68F9;
}
.TagClassName
{
border-color: #2B68F9;
}
</style>