Shades of Dodger Blue #268EEB
Tints of Dodger Blue #268EEB
RGB
CMYK
RGB Variations
Color information
#268EEB (or 0x268EEB) is known color: Dodger Blue. HEX triplet: 26, 8E and EB. RGB value is (38,142,235). Sum of RGB (Red+Green+Blue) = 38+142+235=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #268EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EEB is #D97114. Grayscale: #797979. Windows color (decimal): -14250261 or 15437350. OLE color: 15437350.
HSL color Cylindrical-coordinate representation of color #268EEB: hue angle of 208.32º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268EEB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 142 | 235 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.08 |
| HSL | 208.32º | 0.83% | 0.54% | - |
| HSV(B) | 208.32º | 0.84% | 0.92% | - |
| XYZ | 25.47 | 25.76 | 82.23 | - |
| YUV | 121.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 235 | 0.84 | 0.40 | 0 | 0.08 | 208.32 | 0.83 | 0.54 |
| Hex | 26 | 8E | EB | 54 | 28 | 0 | 8 | D0 | 53 | 36 |
| Octal | 46 | 216 | 353 | 124 | 50 | 0 | 10 | 320 | 123 | 66 |
| Binary | 100110 | 10001110 | 11101011 | 1010100 | 101000 | 0 | 1000 | 11010000 | 1010011 | 110110 |
Color Harmonies of #268EEB
Complementary color
Monochromatic Colors of #268EEB
Black with #268EEB
Text Example
Text Example
White with #268EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EEB; }
p { color: rgb(38,142,235); }
H1.HeaderClassName
{
color: #268EEB;
}
.AnyTagClassName
{
color: #268EEB;
}
</style>
background-color css
<style>
a { background-color: #268EEB; }
a { background-color: rgb(38,142,235); }
div.DivClassName
{
background-color: #268EEB;
}
.BgClassName
{
background-color: #268EEB;
}
</style>
border-color css
<style>
span { border-color: #268EEB; }
span { border-color: rgb(38,142,235); }
td.TdClassName
{
border-color: #268EEB;
}
.TagClassName
{
border-color: #268EEB;
}
</style>