Shades of Royal Blue #2A7BDF
Tints of Royal Blue #2A7BDF
RGB
CMYK
RGB Variations
Color information
#2A7BDF (or 0x2A7BDF) is known color: Royal Blue. HEX triplet: 2A, 7B and DF. RGB value is (42,123,223). Sum of RGB (Red+Green+Blue) = 42+123+223=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7BDF is #D58420. Grayscale: #6D6D6D. Windows color (decimal): -13992993 or 14646058. OLE color: 14646058.
HSL color Cylindrical-coordinate representation of color #2A7BDF: hue angle of 213.15º 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 #2A7BDF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 123 | 223 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.13 |
| HSL | 213.15º | 0.74% | 0.52% | - |
| HSV(B) | 213.15º | 0.81% | 0.87% | - |
| XYZ | 21.36 | 19.99 | 72.54 | - |
| YUV | 110.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 223 | 0.81 | 0.45 | 0 | 0.13 | 213.15 | 0.74 | 0.52 |
| Hex | 2A | 7B | DF | 51 | 2D | 0 | D | D5 | 4A | 34 |
| Octal | 52 | 173 | 337 | 121 | 55 | 0 | 15 | 325 | 112 | 64 |
| Binary | 101010 | 1111011 | 11011111 | 1010001 | 101101 | 0 | 1101 | 11010101 | 1001010 | 110100 |
Color Harmonies of #2A7BDF
Complementary color
Monochromatic Colors of #2A7BDF
Black with #2A7BDF
Text Example
Text Example
White with #2A7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7BDF; }
p { color: rgb(42,123,223); }
H1.HeaderClassName
{
color: #2A7BDF;
}
.AnyTagClassName
{
color: #2A7BDF;
}
</style>
background-color css
<style>
a { background-color: #2A7BDF; }
a { background-color: rgb(42,123,223); }
div.DivClassName
{
background-color: #2A7BDF;
}
.BgClassName
{
background-color: #2A7BDF;
}
</style>
border-color css
<style>
span { border-color: #2A7BDF; }
span { border-color: rgb(42,123,223); }
td.TdClassName
{
border-color: #2A7BDF;
}
.TagClassName
{
border-color: #2A7BDF;
}
</style>