Shades of Royal Blue #267CDF
Tints of Royal Blue #267CDF
RGB
CMYK
RGB Variations
Color information
#267CDF (or 0x267CDF) is known color: Royal Blue. HEX triplet: 26, 7C and DF. RGB value is (38,124,223). Sum of RGB (Red+Green+Blue) = 38+124+223=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #267CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CDF is #D98320. Grayscale: #6D6D6D. Windows color (decimal): -14254881 or 14646310. OLE color: 14646310.
HSL color Cylindrical-coordinate representation of color #267CDF: hue angle of 212.11º 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 #267CDF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 124 | 223 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.13 |
| HSL | 212.11º | 0.74% | 0.51% | - |
| HSV(B) | 212.11º | 0.83% | 0.87% | - |
| XYZ | 21.33 | 20.16 | 72.58 | - |
| YUV | 109.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 223 | 0.83 | 0.44 | 0 | 0.13 | 212.11 | 0.74 | 0.51 |
| Hex | 26 | 7C | DF | 53 | 2C | 0 | D | D4 | 4A | 33 |
| Octal | 46 | 174 | 337 | 123 | 54 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100110 | 1111100 | 11011111 | 1010011 | 101100 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #267CDF
Complementary color
Monochromatic Colors of #267CDF
Black with #267CDF
Text Example
Text Example
White with #267CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CDF; }
p { color: rgb(38,124,223); }
H1.HeaderClassName
{
color: #267CDF;
}
.AnyTagClassName
{
color: #267CDF;
}
</style>
background-color css
<style>
a { background-color: #267CDF; }
a { background-color: rgb(38,124,223); }
div.DivClassName
{
background-color: #267CDF;
}
.BgClassName
{
background-color: #267CDF;
}
</style>
border-color css
<style>
span { border-color: #267CDF; }
span { border-color: rgb(38,124,223); }
td.TdClassName
{
border-color: #267CDF;
}
.TagClassName
{
border-color: #267CDF;
}
</style>