Shades of Royal Blue #2B62D4
Tints of Royal Blue #2B62D4
RGB
CMYK
RGB Variations
Color information
#2B62D4 (or 0x2B62D4) is known color: Royal Blue. HEX triplet: 2B, 62 and D4. RGB value is (43,98,212). Sum of RGB (Red+Green+Blue) = 43+98+212=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B62D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B62D4 is #D49D2B. Grayscale: #5E5E5E. Windows color (decimal): -13933868 or 13918763. OLE color: 13918763.
HSL color Cylindrical-coordinate representation of color #2B62D4: hue angle of 220.47º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B62D4 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 98 | 212 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.17 |
| HSL | 220.47º | 0.66% | 0.5% | - |
| HSV(B) | 220.47º | 0.8% | 0.83% | - |
| XYZ | 17.25 | 14 | 64.08 | - |
| YUV | 94.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 212 | 0.80 | 0.54 | 0 | 0.17 | 220.47 | 0.66 | 0.5 |
| Hex | 2B | 62 | D4 | 50 | 36 | 0 | 11 | DC | 42 | 32 |
| Octal | 53 | 142 | 324 | 120 | 66 | 0 | 21 | 334 | 102 | 62 |
| Binary | 101011 | 1100010 | 11010100 | 1010000 | 110110 | 0 | 10001 | 11011100 | 1000010 | 110010 |
Color Harmonies of #2B62D4
Complementary color
Monochromatic Colors of #2B62D4
Black with #2B62D4
Text Example
Text Example
White with #2B62D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B62D4; }
p { color: rgb(43,98,212); }
H1.HeaderClassName
{
color: #2B62D4;
}
.AnyTagClassName
{
color: #2B62D4;
}
</style>
background-color css
<style>
a { background-color: #2B62D4; }
a { background-color: rgb(43,98,212); }
div.DivClassName
{
background-color: #2B62D4;
}
.BgClassName
{
background-color: #2B62D4;
}
</style>
border-color css
<style>
span { border-color: #2B62D4; }
span { border-color: rgb(43,98,212); }
td.TdClassName
{
border-color: #2B62D4;
}
.TagClassName
{
border-color: #2B62D4;
}
</style>