Shades of Royal Blue #2278DA
Tints of Royal Blue #2278DA
RGB
CMYK
RGB Variations
Color information
#2278DA (or 0x2278DA) is known color: Royal Blue. HEX triplet: 22, 78 and DA. RGB value is (34,120,218). Sum of RGB (Red+Green+Blue) = 34+120+218=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #2278DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2278DA is #DD8725. Grayscale: #686868. Windows color (decimal): -14518054 or 14317602. OLE color: 14317602.
HSL color Cylindrical-coordinate representation of color #2278DA: hue angle of 211.96º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2278DA is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 120 | 218 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.15 |
| HSL | 211.96º | 0.73% | 0.49% | - |
| HSV(B) | 211.96º | 0.84% | 0.85% | - |
| XYZ | 20.03 | 18.83 | 68.91 | - |
| YUV | 105.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 218 | 0.84 | 0.45 | 0 | 0.15 | 211.96 | 0.73 | 0.49 |
| Hex | 22 | 78 | DA | 54 | 2D | 0 | F | D4 | 49 | 31 |
| Octal | 42 | 170 | 332 | 124 | 55 | 0 | 17 | 324 | 111 | 61 |
| Binary | 100010 | 1111000 | 11011010 | 1010100 | 101101 | 0 | 1111 | 11010100 | 1001001 | 110001 |
Color Harmonies of #2278DA
Complementary color
Monochromatic Colors of #2278DA
Black with #2278DA
Text Example
Text Example
White with #2278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2278DA; }
p { color: rgb(34,120,218); }
H1.HeaderClassName
{
color: #2278DA;
}
.AnyTagClassName
{
color: #2278DA;
}
</style>
background-color css
<style>
a { background-color: #2278DA; }
a { background-color: rgb(34,120,218); }
div.DivClassName
{
background-color: #2278DA;
}
.BgClassName
{
background-color: #2278DA;
}
</style>
border-color css
<style>
span { border-color: #2278DA; }
span { border-color: rgb(34,120,218); }
td.TdClassName
{
border-color: #2278DA;
}
.TagClassName
{
border-color: #2278DA;
}
</style>