Shades of Royal Blue #2B69DF
Tints of Royal Blue #2B69DF
RGB
CMYK
RGB Variations
Color information
#2B69DF (or 0x2B69DF) is known color: Royal Blue. HEX triplet: 2B, 69 and DF. RGB value is (43,105,223). Sum of RGB (Red+Green+Blue) = 43+105+223=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B69DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B69DF is #D49620. Grayscale: #636363. Windows color (decimal): -13932065 or 14641451. OLE color: 14641451.
HSL color Cylindrical-coordinate representation of color #2B69DF: hue angle of 219.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B69DF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 105 | 223 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.13 |
| HSL | 219.33º | 0.74% | 0.52% | - |
| HSV(B) | 219.33º | 0.81% | 0.87% | - |
| XYZ | 19.37 | 15.94 | 71.87 | - |
| YUV | 99.91 | 197.46 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 223 | 0.81 | 0.53 | 0 | 0.13 | 219.33 | 0.74 | 0.52 |
| Hex | 2B | 69 | DF | 51 | 35 | 0 | D | DB | 4A | 34 |
| Octal | 53 | 151 | 337 | 121 | 65 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101011 | 1101001 | 11011111 | 1010001 | 110101 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2B69DF
Complementary color
Monochromatic Colors of #2B69DF
Black with #2B69DF
Text Example
Text Example
White with #2B69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B69DF; }
p { color: rgb(43,105,223); }
H1.HeaderClassName
{
color: #2B69DF;
}
.AnyTagClassName
{
color: #2B69DF;
}
</style>
background-color css
<style>
a { background-color: #2B69DF; }
a { background-color: rgb(43,105,223); }
div.DivClassName
{
background-color: #2B69DF;
}
.BgClassName
{
background-color: #2B69DF;
}
</style>
border-color css
<style>
span { border-color: #2B69DF; }
span { border-color: rgb(43,105,223); }
td.TdClassName
{
border-color: #2B69DF;
}
.TagClassName
{
border-color: #2B69DF;
}
</style>