Shades of Royal Blue #2A78DD
Tints of Royal Blue #2A78DD
RGB
CMYK
RGB Variations
Color information
#2A78DD (or 0x2A78DD) is known color: Royal Blue. HEX triplet: 2A, 78 and DD. RGB value is (42,120,221). Sum of RGB (Red+Green+Blue) = 42+120+221=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78DD is #D58722. Grayscale: #6B6B6B. Windows color (decimal): -13993763 or 14514218. OLE color: 14514218.
HSL color Cylindrical-coordinate representation of color #2A78DD: hue angle of 213.85º degrees, saturation: 0.72, 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 #2A78DD is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 120 | 221 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.13 |
| HSL | 213.85º | 0.72% | 0.52% | - |
| HSV(B) | 213.85º | 0.81% | 0.87% | - |
| XYZ | 20.72 | 19.15 | 71.01 | - |
| YUV | 108.19 | 191.66 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 221 | 0.81 | 0.46 | 0 | 0.13 | 213.85 | 0.72 | 0.52 |
| Hex | 2A | 78 | DD | 51 | 2E | 0 | D | D6 | 48 | 34 |
| Octal | 52 | 170 | 335 | 121 | 56 | 0 | 15 | 326 | 110 | 64 |
| Binary | 101010 | 1111000 | 11011101 | 1010001 | 101110 | 0 | 1101 | 11010110 | 1001000 | 110100 |
Color Harmonies of #2A78DD
Complementary color
Monochromatic Colors of #2A78DD
Black with #2A78DD
Text Example
Text Example
White with #2A78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A78DD; }
p { color: rgb(42,120,221); }
H1.HeaderClassName
{
color: #2A78DD;
}
.AnyTagClassName
{
color: #2A78DD;
}
</style>
background-color css
<style>
a { background-color: #2A78DD; }
a { background-color: rgb(42,120,221); }
div.DivClassName
{
background-color: #2A78DD;
}
.BgClassName
{
background-color: #2A78DD;
}
</style>
border-color css
<style>
span { border-color: #2A78DD; }
span { border-color: rgb(42,120,221); }
td.TdClassName
{
border-color: #2A78DD;
}
.TagClassName
{
border-color: #2A78DD;
}
</style>