Shades of Royal Blue #2B61DF
Tints of Royal Blue #2B61DF
RGB
CMYK
RGB Variations
Color information
#2B61DF (or 0x2B61DF) is known color: Royal Blue. HEX triplet: 2B, 61 and DF. RGB value is (43,97,223). Sum of RGB (Red+Green+Blue) = 43+97+223=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B61DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B61DF is #D49E20. Grayscale: #5E5E5E. Windows color (decimal): -13934113 or 14639403. OLE color: 14639403.
HSL color Cylindrical-coordinate representation of color #2B61DF: hue angle of 222º 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 #2B61DF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 97 | 223 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.13 |
| HSL | 222º | 0.74% | 0.52% | - |
| HSV(B) | 222º | 0.81% | 0.87% | - |
| XYZ | 18.59 | 14.39 | 71.61 | - |
| YUV | 95.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 223 | 0.81 | 0.57 | 0 | 0.13 | 222 | 0.74 | 0.52 |
| Hex | 2B | 61 | DF | 51 | 39 | 0 | D | DE | 4A | 34 |
| Octal | 53 | 141 | 337 | 121 | 71 | 0 | 15 | 336 | 112 | 64 |
| Binary | 101011 | 1100001 | 11011111 | 1010001 | 111001 | 0 | 1101 | 11011110 | 1001010 | 110100 |
Color Harmonies of #2B61DF
Complementary color
Monochromatic Colors of #2B61DF
Black with #2B61DF
Text Example
Text Example
White with #2B61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B61DF; }
p { color: rgb(43,97,223); }
H1.HeaderClassName
{
color: #2B61DF;
}
.AnyTagClassName
{
color: #2B61DF;
}
</style>
background-color css
<style>
a { background-color: #2B61DF; }
a { background-color: rgb(43,97,223); }
div.DivClassName
{
background-color: #2B61DF;
}
.BgClassName
{
background-color: #2B61DF;
}
</style>
border-color css
<style>
span { border-color: #2B61DF; }
span { border-color: rgb(43,97,223); }
td.TdClassName
{
border-color: #2B61DF;
}
.TagClassName
{
border-color: #2B61DF;
}
</style>