Shades of Royal Blue #267DD8
Tints of Royal Blue #267DD8
RGB
CMYK
RGB Variations
Color information
#267DD8 (or 0x267DD8) is known color: Royal Blue. HEX triplet: 26, 7D and D8. RGB value is (38,125,216). Sum of RGB (Red+Green+Blue) = 38+125+216=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #267DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DD8 is #D98227. Grayscale: #6C6C6C. Windows color (decimal): -14254632 or 14187814. OLE color: 14187814.
HSL color Cylindrical-coordinate representation of color #267DD8: hue angle of 210.67º 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 #267DD8 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 125 | 216 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.15 |
| HSL | 210.67º | 0.7% | 0.5% | - |
| HSV(B) | 210.67º | 0.82% | 0.85% | - |
| XYZ | 20.53 | 20.04 | 67.75 | - |
| YUV | 109.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 216 | 0.82 | 0.42 | 0 | 0.15 | 210.67 | 0.7 | 0.5 |
| Hex | 26 | 7D | D8 | 52 | 2A | 0 | F | D3 | 46 | 32 |
| Octal | 46 | 175 | 330 | 122 | 52 | 0 | 17 | 323 | 106 | 62 |
| Binary | 100110 | 1111101 | 11011000 | 1010010 | 101010 | 0 | 1111 | 11010011 | 1000110 | 110010 |
Color Harmonies of #267DD8
Complementary color
Monochromatic Colors of #267DD8
Black with #267DD8
Text Example
Text Example
White with #267DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DD8; }
p { color: rgb(38,125,216); }
H1.HeaderClassName
{
color: #267DD8;
}
.AnyTagClassName
{
color: #267DD8;
}
</style>
background-color css
<style>
a { background-color: #267DD8; }
a { background-color: rgb(38,125,216); }
div.DivClassName
{
background-color: #267DD8;
}
.BgClassName
{
background-color: #267DD8;
}
</style>
border-color css
<style>
span { border-color: #267DD8; }
span { border-color: rgb(38,125,216); }
td.TdClassName
{
border-color: #267DD8;
}
.TagClassName
{
border-color: #267DD8;
}
</style>