Shades of Royal Blue #2667DF
Tints of Royal Blue #2667DF
RGB
CMYK
RGB Variations
Color information
#2667DF (or 0x2667DF) is known color: Royal Blue. HEX triplet: 26, 67 and DF. RGB value is (38,103,223). Sum of RGB (Red+Green+Blue) = 38+103+223=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #2667DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667DF is #D99820. Grayscale: #606060. Windows color (decimal): -14260257 or 14640934. OLE color: 14640934.
HSL color Cylindrical-coordinate representation of color #2667DF: hue angle of 218.92º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2667DF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 103 | 223 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.13 |
| HSL | 218.92º | 0.74% | 0.51% | - |
| HSV(B) | 218.92º | 0.83% | 0.87% | - |
| XYZ | 18.97 | 15.44 | 71.79 | - |
| YUV | 97.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 223 | 0.83 | 0.54 | 0 | 0.13 | 218.92 | 0.74 | 0.51 |
| Hex | 26 | 67 | DF | 53 | 36 | 0 | D | DB | 4A | 33 |
| Octal | 46 | 147 | 337 | 123 | 66 | 0 | 15 | 333 | 112 | 63 |
| Binary | 100110 | 1100111 | 11011111 | 1010011 | 110110 | 0 | 1101 | 11011011 | 1001010 | 110011 |
Color Harmonies of #2667DF
Complementary color
Monochromatic Colors of #2667DF
Black with #2667DF
Text Example
Text Example
White with #2667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2667DF; }
p { color: rgb(38,103,223); }
H1.HeaderClassName
{
color: #2667DF;
}
.AnyTagClassName
{
color: #2667DF;
}
</style>
background-color css
<style>
a { background-color: #2667DF; }
a { background-color: rgb(38,103,223); }
div.DivClassName
{
background-color: #2667DF;
}
.BgClassName
{
background-color: #2667DF;
}
</style>
border-color css
<style>
span { border-color: #2667DF; }
span { border-color: rgb(38,103,223); }
td.TdClassName
{
border-color: #2667DF;
}
.TagClassName
{
border-color: #2667DF;
}
</style>