Shades of Royal Blue #2B70FC
Tints of Royal Blue #2B70FC
RGB
CMYK
RGB Variations
Color information
#2B70FC (or 0x2B70FC) is known color: Royal Blue. HEX triplet: 2B, 70 and FC. RGB value is (43,112,252). Sum of RGB (Red+Green+Blue) = 43+112+252=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B70FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B70FC is #D48F03. Grayscale: #6A6A6A. Windows color (decimal): -13930244 or 16543787. OLE color: 16543787.
HSL color Cylindrical-coordinate representation of color #2B70FC: hue angle of 220.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B70FC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 112 | 252 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.01 |
| HSL | 220.19º | 0.97% | 0.58% | - |
| HSV(B) | 220.19º | 0.83% | 0.99% | - |
| XYZ | 24.36 | 19.13 | 94.5 | - |
| YUV | 107.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 252 | 0.83 | 0.56 | 0 | 0.01 | 220.19 | 0.97 | 0.58 |
| Hex | 2B | 70 | FC | 53 | 38 | 0 | 1 | DC | 61 | 3A |
| Octal | 53 | 160 | 374 | 123 | 70 | 0 | 1 | 334 | 141 | 72 |
| Binary | 101011 | 1110000 | 11111100 | 1010011 | 111000 | 0 | 1 | 11011100 | 1100001 | 111010 |
Color Harmonies of #2B70FC
Complementary color
Monochromatic Colors of #2B70FC
Black with #2B70FC
Text Example
Text Example
White with #2B70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B70FC; }
p { color: rgb(43,112,252); }
H1.HeaderClassName
{
color: #2B70FC;
}
.AnyTagClassName
{
color: #2B70FC;
}
</style>
background-color css
<style>
a { background-color: #2B70FC; }
a { background-color: rgb(43,112,252); }
div.DivClassName
{
background-color: #2B70FC;
}
.BgClassName
{
background-color: #2B70FC;
}
</style>
border-color css
<style>
span { border-color: #2B70FC; }
span { border-color: rgb(43,112,252); }
td.TdClassName
{
border-color: #2B70FC;
}
.TagClassName
{
border-color: #2B70FC;
}
</style>