Shades of Dodger Blue #268EED
Tints of Dodger Blue #268EED
RGB
CMYK
RGB Variations
Color information
#268EED (or 0x268EED) is known color: Dodger Blue. HEX triplet: 26, 8E and ED. RGB value is (38,142,237). Sum of RGB (Red+Green+Blue) = 38+142+237=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #268EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EED is #D97112. Grayscale: #797979. Windows color (decimal): -14250259 or 15568422. OLE color: 15568422.
HSL color Cylindrical-coordinate representation of color #268EED: hue angle of 208.64º 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 #268EED is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 142 | 237 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.07 |
| HSL | 208.64º | 0.85% | 0.54% | - |
| HSV(B) | 208.64º | 0.84% | 0.93% | - |
| XYZ | 25.76 | 25.87 | 83.76 | - |
| YUV | 121.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 237 | 0.84 | 0.40 | 0 | 0.07 | 208.64 | 0.85 | 0.54 |
| Hex | 26 | 8E | ED | 54 | 28 | 0 | 7 | D1 | 55 | 36 |
| Octal | 46 | 216 | 355 | 124 | 50 | 0 | 7 | 321 | 125 | 66 |
| Binary | 100110 | 10001110 | 11101101 | 1010100 | 101000 | 0 | 111 | 11010001 | 1010101 | 110110 |
Color Harmonies of #268EED
Complementary color
Monochromatic Colors of #268EED
Black with #268EED
Text Example
Text Example
White with #268EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EED; }
p { color: rgb(38,142,237); }
H1.HeaderClassName
{
color: #268EED;
}
.AnyTagClassName
{
color: #268EED;
}
</style>
background-color css
<style>
a { background-color: #268EED; }
a { background-color: rgb(38,142,237); }
div.DivClassName
{
background-color: #268EED;
}
.BgClassName
{
background-color: #268EED;
}
</style>
border-color css
<style>
span { border-color: #268EED; }
span { border-color: rgb(38,142,237); }
td.TdClassName
{
border-color: #268EED;
}
.TagClassName
{
border-color: #268EED;
}
</style>