Shades of Royal Blue #267ADD
Tints of Royal Blue #267ADD
RGB
CMYK
RGB Variations
Color information
#267ADD (or 0x267ADD) is known color: Royal Blue. HEX triplet: 26, 7A and DD. RGB value is (38,122,221). Sum of RGB (Red+Green+Blue) = 38+122+221=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #267ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ADD is #D98522. Grayscale: #6B6B6B. Windows color (decimal): -14255395 or 14514726. OLE color: 14514726.
HSL color Cylindrical-coordinate representation of color #267ADD: hue angle of 212.46º 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 #267ADD is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 122 | 221 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.13 |
| HSL | 212.46º | 0.73% | 0.51% | - |
| HSV(B) | 212.46º | 0.83% | 0.87% | - |
| XYZ | 20.81 | 19.55 | 71.08 | - |
| YUV | 108.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 221 | 0.83 | 0.45 | 0 | 0.13 | 212.46 | 0.73 | 0.51 |
| Hex | 26 | 7A | DD | 53 | 2D | 0 | D | D4 | 49 | 33 |
| Octal | 46 | 172 | 335 | 123 | 55 | 0 | 15 | 324 | 111 | 63 |
| Binary | 100110 | 1111010 | 11011101 | 1010011 | 101101 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #267ADD
Complementary color
Monochromatic Colors of #267ADD
Black with #267ADD
Text Example
Text Example
White with #267ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ADD; }
p { color: rgb(38,122,221); }
H1.HeaderClassName
{
color: #267ADD;
}
.AnyTagClassName
{
color: #267ADD;
}
</style>
background-color css
<style>
a { background-color: #267ADD; }
a { background-color: rgb(38,122,221); }
div.DivClassName
{
background-color: #267ADD;
}
.BgClassName
{
background-color: #267ADD;
}
</style>
border-color css
<style>
span { border-color: #267ADD; }
span { border-color: rgb(38,122,221); }
td.TdClassName
{
border-color: #267ADD;
}
.TagClassName
{
border-color: #267ADD;
}
</style>