Shades of Dodger Blue #267CEE
Tints of Dodger Blue #267CEE
RGB
CMYK
RGB Variations
Color information
#267CEE (or 0x267CEE) is known color: Dodger Blue. HEX triplet: 26, 7C and EE. RGB value is (38,124,238). Sum of RGB (Red+Green+Blue) = 38+124+238=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #267CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CEE is #D98311. Grayscale: #6E6E6E. Windows color (decimal): -14254866 or 15629350. OLE color: 15629350.
HSL color Cylindrical-coordinate representation of color #267CEE: hue angle of 214.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267CEE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 124 | 238 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.07 |
| HSL | 214.2º | 0.85% | 0.54% | - |
| HSV(B) | 214.2º | 0.84% | 0.93% | - |
| XYZ | 23.44 | 21 | 83.71 | - |
| YUV | 111.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 238 | 0.84 | 0.48 | 0 | 0.07 | 214.2 | 0.85 | 0.54 |
| Hex | 26 | 7C | EE | 54 | 30 | 0 | 7 | D6 | 55 | 36 |
| Octal | 46 | 174 | 356 | 124 | 60 | 0 | 7 | 326 | 125 | 66 |
| Binary | 100110 | 1111100 | 11101110 | 1010100 | 110000 | 0 | 111 | 11010110 | 1010101 | 110110 |
Color Harmonies of #267CEE
Complementary color
Monochromatic Colors of #267CEE
Black with #267CEE
Text Example
Text Example
White with #267CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CEE; }
p { color: rgb(38,124,238); }
H1.HeaderClassName
{
color: #267CEE;
}
.AnyTagClassName
{
color: #267CEE;
}
</style>
background-color css
<style>
a { background-color: #267CEE; }
a { background-color: rgb(38,124,238); }
div.DivClassName
{
background-color: #267CEE;
}
.BgClassName
{
background-color: #267CEE;
}
</style>
border-color css
<style>
span { border-color: #267CEE; }
span { border-color: rgb(38,124,238); }
td.TdClassName
{
border-color: #267CEE;
}
.TagClassName
{
border-color: #267CEE;
}
</style>