Shades of Royal Blue #2774DA
Tints of Royal Blue #2774DA
RGB
CMYK
RGB Variations
Color information
#2774DA (or 0x2774DA) is known color: Royal Blue. HEX triplet: 27, 74 and DA. RGB value is (39,116,218). Sum of RGB (Red+Green+Blue) = 39+116+218=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #2774DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774DA is #D88B25. Grayscale: #686868. Windows color (decimal): -14191398 or 14316583. OLE color: 14316583.
HSL color Cylindrical-coordinate representation of color #2774DA: hue angle of 214.19º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2774DA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 116 | 218 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.15 |
| HSL | 214.19º | 0.71% | 0.5% | - |
| HSV(B) | 214.19º | 0.82% | 0.85% | - |
| XYZ | 19.74 | 17.98 | 68.76 | - |
| YUV | 104.61 | 191.99 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 218 | 0.82 | 0.47 | 0 | 0.15 | 214.19 | 0.71 | 0.5 |
| Hex | 27 | 74 | DA | 52 | 2F | 0 | F | D6 | 47 | 32 |
| Octal | 47 | 164 | 332 | 122 | 57 | 0 | 17 | 326 | 107 | 62 |
| Binary | 100111 | 1110100 | 11011010 | 1010010 | 101111 | 0 | 1111 | 11010110 | 1000111 | 110010 |
Color Harmonies of #2774DA
Complementary color
Monochromatic Colors of #2774DA
Black with #2774DA
Text Example
Text Example
White with #2774DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774DA; }
p { color: rgb(39,116,218); }
H1.HeaderClassName
{
color: #2774DA;
}
.AnyTagClassName
{
color: #2774DA;
}
</style>
background-color css
<style>
a { background-color: #2774DA; }
a { background-color: rgb(39,116,218); }
div.DivClassName
{
background-color: #2774DA;
}
.BgClassName
{
background-color: #2774DA;
}
</style>
border-color css
<style>
span { border-color: #2774DA; }
span { border-color: rgb(39,116,218); }
td.TdClassName
{
border-color: #2774DA;
}
.TagClassName
{
border-color: #2774DA;
}
</style>