Shades of Royal Blue #267BDF
Tints of Royal Blue #267BDF
RGB
CMYK
RGB Variations
Color information
#267BDF (or 0x267BDF) is known color: Royal Blue. HEX triplet: 26, 7B and DF. RGB value is (38,123,223). Sum of RGB (Red+Green+Blue) = 38+123+223=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #267BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BDF is #D98420. Grayscale: #6C6C6C. Windows color (decimal): -14255137 or 14646054. OLE color: 14646054.
HSL color Cylindrical-coordinate representation of color #267BDF: hue angle of 212.43º 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 #267BDF is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 123 | 223 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.13 |
| HSL | 212.43º | 0.74% | 0.51% | - |
| HSV(B) | 212.43º | 0.83% | 0.87% | - |
| XYZ | 21.2 | 19.91 | 72.54 | - |
| YUV | 108.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 223 | 0.83 | 0.45 | 0 | 0.13 | 212.43 | 0.74 | 0.51 |
| Hex | 26 | 7B | DF | 53 | 2D | 0 | D | D4 | 4A | 33 |
| Octal | 46 | 173 | 337 | 123 | 55 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100110 | 1111011 | 11011111 | 1010011 | 101101 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #267BDF
Complementary color
Monochromatic Colors of #267BDF
Black with #267BDF
Text Example
Text Example
White with #267BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BDF; }
p { color: rgb(38,123,223); }
H1.HeaderClassName
{
color: #267BDF;
}
.AnyTagClassName
{
color: #267BDF;
}
</style>
background-color css
<style>
a { background-color: #267BDF; }
a { background-color: rgb(38,123,223); }
div.DivClassName
{
background-color: #267BDF;
}
.BgClassName
{
background-color: #267BDF;
}
</style>
border-color css
<style>
span { border-color: #267BDF; }
span { border-color: rgb(38,123,223); }
td.TdClassName
{
border-color: #267BDF;
}
.TagClassName
{
border-color: #267BDF;
}
</style>