Shades of Dodger Blue #267EED
Tints of Dodger Blue #267EED
RGB
CMYK
RGB Variations
Color information
#267EED (or 0x267EED) is known color: Dodger Blue. HEX triplet: 26, 7E and ED. RGB value is (38,126,237). Sum of RGB (Red+Green+Blue) = 38+126+237=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #267EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267EED is #D98112. Grayscale: #6F6F6F. Windows color (decimal): -14254355 or 15564326. OLE color: 15564326.
HSL color Cylindrical-coordinate representation of color #267EED: hue angle of 213.47º 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 #267EED is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 126 | 237 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.47º | 0.85% | 0.54% | - |
| HSV(B) | 213.47º | 0.84% | 0.93% | - |
| XYZ | 23.55 | 21.45 | 83.02 | - |
| YUV | 112.34 | 198.35 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 237 | 0.84 | 0.47 | 0 | 0.07 | 213.47 | 0.85 | 0.54 |
| Hex | 26 | 7E | ED | 54 | 2F | 0 | 7 | D5 | 55 | 36 |
| Octal | 46 | 176 | 355 | 124 | 57 | 0 | 7 | 325 | 125 | 66 |
| Binary | 100110 | 1111110 | 11101101 | 1010100 | 101111 | 0 | 111 | 11010101 | 1010101 | 110110 |
Color Harmonies of #267EED
Complementary color
Monochromatic Colors of #267EED
Black with #267EED
Text Example
Text Example
White with #267EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267EED; }
p { color: rgb(38,126,237); }
H1.HeaderClassName
{
color: #267EED;
}
.AnyTagClassName
{
color: #267EED;
}
</style>
background-color css
<style>
a { background-color: #267EED; }
a { background-color: rgb(38,126,237); }
div.DivClassName
{
background-color: #267EED;
}
.BgClassName
{
background-color: #267EED;
}
</style>
border-color css
<style>
span { border-color: #267EED; }
span { border-color: rgb(38,126,237); }
td.TdClassName
{
border-color: #267EED;
}
.TagClassName
{
border-color: #267EED;
}
</style>