Shades of Royal Blue #2B70FE
Tints of Royal Blue #2B70FE
RGB
CMYK
RGB Variations
Color information
#2B70FE (or 0x2B70FE) is known color: Royal Blue. HEX triplet: 2B, 70 and FE. RGB value is (43,112,254). Sum of RGB (Red+Green+Blue) = 43+112+254=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B70FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B70FE is #D48F01. Grayscale: #6A6A6A. Windows color (decimal): -13930242 or 16674859. OLE color: 16674859.
HSL color Cylindrical-coordinate representation of color #2B70FE: hue angle of 220.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B70FE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 112 | 254 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.00 |
| HSL | 220.38º | 0.99% | 0.58% | - |
| HSV(B) | 220.38º | 0.83% | 1% | - |
| XYZ | 24.68 | 19.26 | 96.18 | - |
| YUV | 107.56 | 210.64 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 254 | 0.83 | 0.56 | 0 | 0.00 | 220.38 | 0.99 | 0.58 |
| Hex | 2B | 70 | FE | 53 | 38 | 0 | 0 | DC | 63 | 3A |
| Octal | 53 | 160 | 376 | 123 | 70 | 0 | 0 | 334 | 143 | 72 |
| Binary | 101011 | 1110000 | 11111110 | 1010011 | 111000 | 0 | 0 | 11011100 | 1100011 | 111010 |
Color Harmonies of #2B70FE
Complementary color
Monochromatic Colors of #2B70FE
Black with #2B70FE
Text Example
Text Example
White with #2B70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B70FE; }
p { color: rgb(43,112,254); }
H1.HeaderClassName
{
color: #2B70FE;
}
.AnyTagClassName
{
color: #2B70FE;
}
</style>
background-color css
<style>
a { background-color: #2B70FE; }
a { background-color: rgb(43,112,254); }
div.DivClassName
{
background-color: #2B70FE;
}
.BgClassName
{
background-color: #2B70FE;
}
</style>
border-color css
<style>
span { border-color: #2B70FE; }
span { border-color: rgb(43,112,254); }
td.TdClassName
{
border-color: #2B70FE;
}
.TagClassName
{
border-color: #2B70FE;
}
</style>