Shades of Dodger Blue #268EEC
Tints of Dodger Blue #268EEC
RGB
CMYK
RGB Variations
Color information
#268EEC (or 0x268EEC) is known color: Dodger Blue. HEX triplet: 26, 8E and EC. RGB value is (38,142,236). Sum of RGB (Red+Green+Blue) = 38+142+236=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #268EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EEC is #D97113. Grayscale: #797979. Windows color (decimal): -14250260 or 15502886. OLE color: 15502886.
HSL color Cylindrical-coordinate representation of color #268EEC: hue angle of 208.48º degrees, saturation: 0.84, 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 #268EEC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 142 | 236 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.07 |
| HSL | 208.48º | 0.84% | 0.54% | - |
| HSV(B) | 208.48º | 0.84% | 0.93% | - |
| XYZ | 25.61 | 25.81 | 82.99 | - |
| YUV | 121.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 236 | 0.84 | 0.40 | 0 | 0.07 | 208.48 | 0.84 | 0.54 |
| Hex | 26 | 8E | EC | 54 | 28 | 0 | 7 | D0 | 54 | 36 |
| Octal | 46 | 216 | 354 | 124 | 50 | 0 | 7 | 320 | 124 | 66 |
| Binary | 100110 | 10001110 | 11101100 | 1010100 | 101000 | 0 | 111 | 11010000 | 1010100 | 110110 |
Color Harmonies of #268EEC
Complementary color
Monochromatic Colors of #268EEC
Black with #268EEC
Text Example
Text Example
White with #268EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EEC; }
p { color: rgb(38,142,236); }
H1.HeaderClassName
{
color: #268EEC;
}
.AnyTagClassName
{
color: #268EEC;
}
</style>
background-color css
<style>
a { background-color: #268EEC; }
a { background-color: rgb(38,142,236); }
div.DivClassName
{
background-color: #268EEC;
}
.BgClassName
{
background-color: #268EEC;
}
</style>
border-color css
<style>
span { border-color: #268EEC; }
span { border-color: rgb(38,142,236); }
td.TdClassName
{
border-color: #268EEC;
}
.TagClassName
{
border-color: #268EEC;
}
</style>