Shades of Royal Blue #2B66FF
Tints of Royal Blue #2B66FF
RGB
CMYK
RGB Variations
Color information
#2B66FF (or 0x2B66FF) is known color: Royal Blue. HEX triplet: 2B, 66 and FF. RGB value is (43,102,255). Sum of RGB (Red+Green+Blue) = 43+102+255=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B66FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B66FF is #D49900. Grayscale: #656565. Windows color (decimal): -13932801 or 16737835. OLE color: 16737835.
HSL color Cylindrical-coordinate representation of color #2B66FF: hue angle of 223.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B66FF is Cyan = 0.83, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 102 | 255 | - |
| CMYK | 0.83 | 0.6 | 0 | 0 |
| HSL | 223.3º | 1% | 0.58% | - |
| HSV(B) | 223.3º | 0.83% | 1% | - |
| XYZ | 23.8 | 17.24 | 96.68 | - |
| YUV | 101.8 | 214.45 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 255 | 0.83 | 0.6 | 0 | 0 | 223.3 | 1 | 0.58 |
| Hex | 2B | 66 | FF | 53 | 3C | 0 | 0 | DF | 64 | 3A |
| Octal | 53 | 146 | 377 | 123 | 74 | 0 | 0 | 337 | 144 | 72 |
| Binary | 101011 | 1100110 | 11111111 | 1010011 | 111100 | 0 | 0 | 11011111 | 1100100 | 111010 |
Color Harmonies of #2B66FF
Complementary color
Monochromatic Colors of #2B66FF
Black with #2B66FF
Text Example
Text Example
White with #2B66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B66FF; }
p { color: rgb(43,102,255); }
H1.HeaderClassName
{
color: #2B66FF;
}
.AnyTagClassName
{
color: #2B66FF;
}
</style>
background-color css
<style>
a { background-color: #2B66FF; }
a { background-color: rgb(43,102,255); }
div.DivClassName
{
background-color: #2B66FF;
}
.BgClassName
{
background-color: #2B66FF;
}
</style>
border-color css
<style>
span { border-color: #2B66FF; }
span { border-color: rgb(43,102,255); }
td.TdClassName
{
border-color: #2B66FF;
}
.TagClassName
{
border-color: #2B66FF;
}
</style>