Shades of Royal Blue #267AD8
Tints of Royal Blue #267AD8
RGB
CMYK
RGB Variations
Color information
#267AD8 (or 0x267AD8) is known color: Royal Blue. HEX triplet: 26, 7A and D8. RGB value is (38,122,216). Sum of RGB (Red+Green+Blue) = 38+122+216=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #267AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267AD8 is #D98527. Grayscale: #6B6B6B. Windows color (decimal): -14255400 or 14187046. OLE color: 14187046.
HSL color Cylindrical-coordinate representation of color #267AD8: hue angle of 211.69º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267AD8 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 122 | 216 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.15 |
| HSL | 211.69º | 0.7% | 0.5% | - |
| HSV(B) | 211.69º | 0.82% | 0.85% | - |
| XYZ | 20.15 | 19.29 | 67.63 | - |
| YUV | 107.6 | 189.17 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 216 | 0.82 | 0.44 | 0 | 0.15 | 211.69 | 0.7 | 0.5 |
| Hex | 26 | 7A | D8 | 52 | 2C | 0 | F | D4 | 46 | 32 |
| Octal | 46 | 172 | 330 | 122 | 54 | 0 | 17 | 324 | 106 | 62 |
| Binary | 100110 | 1111010 | 11011000 | 1010010 | 101100 | 0 | 1111 | 11010100 | 1000110 | 110010 |
Color Harmonies of #267AD8
Complementary color
Monochromatic Colors of #267AD8
Black with #267AD8
Text Example
Text Example
White with #267AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AD8; }
p { color: rgb(38,122,216); }
H1.HeaderClassName
{
color: #267AD8;
}
.AnyTagClassName
{
color: #267AD8;
}
</style>
background-color css
<style>
a { background-color: #267AD8; }
a { background-color: rgb(38,122,216); }
div.DivClassName
{
background-color: #267AD8;
}
.BgClassName
{
background-color: #267AD8;
}
</style>
border-color css
<style>
span { border-color: #267AD8; }
span { border-color: rgb(38,122,216); }
td.TdClassName
{
border-color: #267AD8;
}
.TagClassName
{
border-color: #267AD8;
}
</style>