Shades of Royal Blue #2D71FA
Tints of Royal Blue #2D71FA
RGB
CMYK
RGB Variations
Color information
#2D71FA (or 0x2D71FA) is known color: Royal Blue. HEX triplet: 2D, 71 and FA. RGB value is (45,113,250). Sum of RGB (Red+Green+Blue) = 45+113+250=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D71FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D71FA is #D28E05. Grayscale: #6B6B6B. Windows color (decimal): -13798918 or 16412973. OLE color: 16412973.
HSL color Cylindrical-coordinate representation of color #2D71FA: hue angle of 220.1º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D71FA is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 113 | 250 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.02 |
| HSL | 220.1º | 0.95% | 0.58% | - |
| HSV(B) | 220.1º | 0.82% | 0.98% | - |
| XYZ | 24.24 | 19.27 | 92.88 | - |
| YUV | 108.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 250 | 0.82 | 0.55 | 0 | 0.02 | 220.1 | 0.95 | 0.58 |
| Hex | 2D | 71 | FA | 52 | 37 | 0 | 2 | DC | 5F | 3A |
| Octal | 55 | 161 | 372 | 122 | 67 | 0 | 2 | 334 | 137 | 72 |
| Binary | 101101 | 1110001 | 11111010 | 1010010 | 110111 | 0 | 10 | 11011100 | 1011111 | 111010 |
Color Harmonies of #2D71FA
Complementary color
Monochromatic Colors of #2D71FA
Black with #2D71FA
Text Example
Text Example
White with #2D71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71FA; }
p { color: rgb(45,113,250); }
H1.HeaderClassName
{
color: #2D71FA;
}
.AnyTagClassName
{
color: #2D71FA;
}
</style>
background-color css
<style>
a { background-color: #2D71FA; }
a { background-color: rgb(45,113,250); }
div.DivClassName
{
background-color: #2D71FA;
}
.BgClassName
{
background-color: #2D71FA;
}
</style>
border-color css
<style>
span { border-color: #2D71FA; }
span { border-color: rgb(45,113,250); }
td.TdClassName
{
border-color: #2D71FA;
}
.TagClassName
{
border-color: #2D71FA;
}
</style>