Shades of Dodger Blue #268EE6
Tints of Dodger Blue #268EE6
RGB
CMYK
RGB Variations
Color information
#268EE6 (or 0x268EE6) is known color: Dodger Blue. HEX triplet: 26, 8E and E6. RGB value is (38,142,230). Sum of RGB (Red+Green+Blue) = 38+142+230=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #268EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EE6 is #D97119. Grayscale: #787878. Windows color (decimal): -14250266 or 15109670. OLE color: 15109670.
HSL color Cylindrical-coordinate representation of color #268EE6: hue angle of 207.5º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268EE6 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 142 | 230 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.10 |
| HSL | 207.5º | 0.79% | 0.53% | - |
| HSV(B) | 207.5º | 0.83% | 0.9% | - |
| XYZ | 24.76 | 25.47 | 78.47 | - |
| YUV | 120.94 | 189.54 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 230 | 0.83 | 0.38 | 0 | 0.10 | 207.5 | 0.79 | 0.53 |
| Hex | 26 | 8E | E6 | 53 | 26 | 0 | A | D0 | 4F | 35 |
| Octal | 46 | 216 | 346 | 123 | 46 | 0 | 12 | 320 | 117 | 65 |
| Binary | 100110 | 10001110 | 11100110 | 1010011 | 100110 | 0 | 1010 | 11010000 | 1001111 | 110101 |
Color Harmonies of #268EE6
Complementary color
Monochromatic Colors of #268EE6
Black with #268EE6
Text Example
Text Example
White with #268EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EE6; }
p { color: rgb(38,142,230); }
H1.HeaderClassName
{
color: #268EE6;
}
.AnyTagClassName
{
color: #268EE6;
}
</style>
background-color css
<style>
a { background-color: #268EE6; }
a { background-color: rgb(38,142,230); }
div.DivClassName
{
background-color: #268EE6;
}
.BgClassName
{
background-color: #268EE6;
}
</style>
border-color css
<style>
span { border-color: #268EE6; }
span { border-color: rgb(38,142,230); }
td.TdClassName
{
border-color: #268EE6;
}
.TagClassName
{
border-color: #268EE6;
}
</style>