Shades of Royal Blue #2671F2
Tints of Royal Blue #2671F2
RGB
CMYK
RGB Variations
Color information
#2671F2 (or 0x2671F2) is known color: Royal Blue. HEX triplet: 26, 71 and F2. RGB value is (38,113,242). Sum of RGB (Red+Green+Blue) = 38+113+242=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #2671F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671F2 is #D98E0D. Grayscale: #686868. Windows color (decimal): -14257678 or 15888678. OLE color: 15888678.
HSL color Cylindrical-coordinate representation of color #2671F2: hue angle of 217.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2671F2 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 113 | 242 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.05 |
| HSL | 217.94º | 0.89% | 0.55% | - |
| HSV(B) | 217.94º | 0.84% | 0.95% | - |
| XYZ | 22.73 | 18.63 | 86.4 | - |
| YUV | 105.28 | 205.15 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 242 | 0.84 | 0.53 | 0 | 0.05 | 217.94 | 0.89 | 0.55 |
| Hex | 26 | 71 | F2 | 54 | 35 | 0 | 5 | DA | 59 | 37 |
| Octal | 46 | 161 | 362 | 124 | 65 | 0 | 5 | 332 | 131 | 67 |
| Binary | 100110 | 1110001 | 11110010 | 1010100 | 110101 | 0 | 101 | 11011010 | 1011001 | 110111 |
Color Harmonies of #2671F2
Complementary color
Monochromatic Colors of #2671F2
Black with #2671F2
Text Example
Text Example
White with #2671F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671F2; }
p { color: rgb(38,113,242); }
H1.HeaderClassName
{
color: #2671F2;
}
.AnyTagClassName
{
color: #2671F2;
}
</style>
background-color css
<style>
a { background-color: #2671F2; }
a { background-color: rgb(38,113,242); }
div.DivClassName
{
background-color: #2671F2;
}
.BgClassName
{
background-color: #2671F2;
}
</style>
border-color css
<style>
span { border-color: #2671F2; }
span { border-color: rgb(38,113,242); }
td.TdClassName
{
border-color: #2671F2;
}
.TagClassName
{
border-color: #2671F2;
}
</style>