Shades of Dodger Blue #268EEE
Tints of Dodger Blue #268EEE
RGB
CMYK
RGB Variations
Color information
#268EEE (or 0x268EEE) is known color: Dodger Blue. HEX triplet: 26, 8E and EE. RGB value is (38,142,238). Sum of RGB (Red+Green+Blue) = 38+142+238=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #268EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EEE is #D97111. Grayscale: #797979. Windows color (decimal): -14250258 or 15633958. OLE color: 15633958.
HSL color Cylindrical-coordinate representation of color #268EEE: hue angle of 208.8º 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 #268EEE is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 142 | 238 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.07 |
| HSL | 208.8º | 0.85% | 0.54% | - |
| HSV(B) | 208.8º | 0.84% | 0.93% | - |
| XYZ | 25.9 | 25.93 | 84.53 | - |
| YUV | 121.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 238 | 0.84 | 0.40 | 0 | 0.07 | 208.8 | 0.85 | 0.54 |
| Hex | 26 | 8E | EE | 54 | 28 | 0 | 7 | D1 | 55 | 36 |
| Octal | 46 | 216 | 356 | 124 | 50 | 0 | 7 | 321 | 125 | 66 |
| Binary | 100110 | 10001110 | 11101110 | 1010100 | 101000 | 0 | 111 | 11010001 | 1010101 | 110110 |
Color Harmonies of #268EEE
Complementary color
Monochromatic Colors of #268EEE
Black with #268EEE
Text Example
Text Example
White with #268EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EEE; }
p { color: rgb(38,142,238); }
H1.HeaderClassName
{
color: #268EEE;
}
.AnyTagClassName
{
color: #268EEE;
}
</style>
background-color css
<style>
a { background-color: #268EEE; }
a { background-color: rgb(38,142,238); }
div.DivClassName
{
background-color: #268EEE;
}
.BgClassName
{
background-color: #268EEE;
}
</style>
border-color css
<style>
span { border-color: #268EEE; }
span { border-color: rgb(38,142,238); }
td.TdClassName
{
border-color: #268EEE;
}
.TagClassName
{
border-color: #268EEE;
}
</style>