Shades of Dodger Blue #268EEA
Tints of Dodger Blue #268EEA
RGB
CMYK
RGB Variations
Color information
#268EEA (or 0x268EEA) is known color: Dodger Blue. HEX triplet: 26, 8E and EA. RGB value is (38,142,234). Sum of RGB (Red+Green+Blue) = 38+142+234=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #268EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EEA is #D97115. Grayscale: #787878. Windows color (decimal): -14250262 or 15371814. OLE color: 15371814.
HSL color Cylindrical-coordinate representation of color #268EEA: hue angle of 208.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268EEA is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 142 | 234 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.08 |
| HSL | 208.16º | 0.82% | 0.53% | - |
| HSV(B) | 208.16º | 0.84% | 0.92% | - |
| XYZ | 25.32 | 25.7 | 81.47 | - |
| YUV | 121.39 | 191.54 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 234 | 0.84 | 0.39 | 0 | 0.08 | 208.16 | 0.82 | 0.53 |
| Hex | 26 | 8E | EA | 54 | 27 | 0 | 8 | D0 | 52 | 35 |
| Octal | 46 | 216 | 352 | 124 | 47 | 0 | 10 | 320 | 122 | 65 |
| Binary | 100110 | 10001110 | 11101010 | 1010100 | 100111 | 0 | 1000 | 11010000 | 1010010 | 110101 |
Color Harmonies of #268EEA
Complementary color
Monochromatic Colors of #268EEA
Black with #268EEA
Text Example
Text Example
White with #268EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EEA; }
p { color: rgb(38,142,234); }
H1.HeaderClassName
{
color: #268EEA;
}
.AnyTagClassName
{
color: #268EEA;
}
</style>
background-color css
<style>
a { background-color: #268EEA; }
a { background-color: rgb(38,142,234); }
div.DivClassName
{
background-color: #268EEA;
}
.BgClassName
{
background-color: #268EEA;
}
</style>
border-color css
<style>
span { border-color: #268EEA; }
span { border-color: rgb(38,142,234); }
td.TdClassName
{
border-color: #268EEA;
}
.TagClassName
{
border-color: #268EEA;
}
</style>