Shades of Royal Blue #2671DA
Tints of Royal Blue #2671DA
RGB
CMYK
RGB Variations
Color information
#2671DA (or 0x2671DA) is known color: Royal Blue. HEX triplet: 26, 71 and DA. RGB value is (38,113,218). Sum of RGB (Red+Green+Blue) = 38+113+218=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #2671DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671DA is #D98E25. Grayscale: #666666. Windows color (decimal): -14257702 or 14315814. OLE color: 14315814.
HSL color Cylindrical-coordinate representation of color #2671DA: hue angle of 215º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2671DA is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 113 | 218 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.15 |
| HSL | 215º | 0.71% | 0.5% | - |
| HSV(B) | 215º | 0.83% | 0.85% | - |
| XYZ | 19.36 | 17.28 | 68.65 | - |
| YUV | 102.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 218 | 0.83 | 0.48 | 0 | 0.15 | 215 | 0.71 | 0.5 |
| Hex | 26 | 71 | DA | 53 | 30 | 0 | F | D7 | 47 | 32 |
| Octal | 46 | 161 | 332 | 123 | 60 | 0 | 17 | 327 | 107 | 62 |
| Binary | 100110 | 1110001 | 11011010 | 1010011 | 110000 | 0 | 1111 | 11010111 | 1000111 | 110010 |
Color Harmonies of #2671DA
Complementary color
Monochromatic Colors of #2671DA
Black with #2671DA
Text Example
Text Example
White with #2671DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671DA; }
p { color: rgb(38,113,218); }
H1.HeaderClassName
{
color: #2671DA;
}
.AnyTagClassName
{
color: #2671DA;
}
</style>
background-color css
<style>
a { background-color: #2671DA; }
a { background-color: rgb(38,113,218); }
div.DivClassName
{
background-color: #2671DA;
}
.BgClassName
{
background-color: #2671DA;
}
</style>
border-color css
<style>
span { border-color: #2671DA; }
span { border-color: rgb(38,113,218); }
td.TdClassName
{
border-color: #2671DA;
}
.TagClassName
{
border-color: #2671DA;
}
</style>