Shades of Royal Blue #267DDD
Tints of Royal Blue #267DDD
RGB
CMYK
RGB Variations
Color information
#267DDD (or 0x267DDD) is known color: Royal Blue. HEX triplet: 26, 7D and DD. RGB value is (38,125,221). Sum of RGB (Red+Green+Blue) = 38+125+221=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #267DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DDD is #D98222. Grayscale: #6D6D6D. Windows color (decimal): -14254627 or 14515494. OLE color: 14515494.
HSL color Cylindrical-coordinate representation of color #267DDD: hue angle of 211.48º degrees, saturation: 0.73, 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 #267DDD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 125 | 221 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.13 |
| HSL | 211.48º | 0.73% | 0.51% | - |
| HSV(B) | 211.48º | 0.83% | 0.87% | - |
| XYZ | 21.18 | 20.3 | 71.21 | - |
| YUV | 109.93 | 190.68 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 221 | 0.83 | 0.43 | 0 | 0.13 | 211.48 | 0.73 | 0.51 |
| Hex | 26 | 7D | DD | 53 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 46 | 175 | 335 | 123 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100110 | 1111101 | 11011101 | 1010011 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #267DDD
Complementary color
Monochromatic Colors of #267DDD
Black with #267DDD
Text Example
Text Example
White with #267DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DDD; }
p { color: rgb(38,125,221); }
H1.HeaderClassName
{
color: #267DDD;
}
.AnyTagClassName
{
color: #267DDD;
}
</style>
background-color css
<style>
a { background-color: #267DDD; }
a { background-color: rgb(38,125,221); }
div.DivClassName
{
background-color: #267DDD;
}
.BgClassName
{
background-color: #267DDD;
}
</style>
border-color css
<style>
span { border-color: #267DDD; }
span { border-color: rgb(38,125,221); }
td.TdClassName
{
border-color: #267DDD;
}
.TagClassName
{
border-color: #267DDD;
}
</style>