Shades of Royal Blue #2667F4
Tints of Royal Blue #2667F4
RGB
CMYK
RGB Variations
Color information
#2667F4 (or 0x2667F4) is known color: Royal Blue. HEX triplet: 26, 67 and F4. RGB value is (38,103,244). Sum of RGB (Red+Green+Blue) = 38+103+244=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #2667F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667F4 is #D9980B. Grayscale: #636363. Windows color (decimal): -14260236 or 16017190. OLE color: 16017190.
HSL color Cylindrical-coordinate representation of color #2667F4: hue angle of 221.07º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2667F4 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 103 | 244 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.04 |
| HSL | 221.07º | 0.9% | 0.55% | - |
| HSV(B) | 221.07º | 0.84% | 0.96% | - |
| XYZ | 21.98 | 16.64 | 87.64 | - |
| YUV | 99.64 | 209.47 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 244 | 0.84 | 0.58 | 0 | 0.04 | 221.07 | 0.9 | 0.55 |
| Hex | 26 | 67 | F4 | 54 | 3A | 0 | 4 | DD | 5A | 37 |
| Octal | 46 | 147 | 364 | 124 | 72 | 0 | 4 | 335 | 132 | 67 |
| Binary | 100110 | 1100111 | 11110100 | 1010100 | 111010 | 0 | 100 | 11011101 | 1011010 | 110111 |
Color Harmonies of #2667F4
Complementary color
Monochromatic Colors of #2667F4
Black with #2667F4
Text Example
Text Example
White with #2667F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2667F4; }
p { color: rgb(38,103,244); }
H1.HeaderClassName
{
color: #2667F4;
}
.AnyTagClassName
{
color: #2667F4;
}
</style>
background-color css
<style>
a { background-color: #2667F4; }
a { background-color: rgb(38,103,244); }
div.DivClassName
{
background-color: #2667F4;
}
.BgClassName
{
background-color: #2667F4;
}
</style>
border-color css
<style>
span { border-color: #2667F4; }
span { border-color: rgb(38,103,244); }
td.TdClassName
{
border-color: #2667F4;
}
.TagClassName
{
border-color: #2667F4;
}
</style>