Shades of Dodger Blue #269EEC
Tints of Dodger Blue #269EEC
RGB
CMYK
RGB Variations
Color information
#269EEC (or 0x269EEC) is known color: Dodger Blue. HEX triplet: 26, 9E and EC. RGB value is (38,158,236). Sum of RGB (Red+Green+Blue) = 38+158+236=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #269EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269EEC is #D96113. Grayscale: #828282. Windows color (decimal): -14246164 or 15506982. OLE color: 15506982.
HSL color Cylindrical-coordinate representation of color #269EEC: hue angle of 203.64º 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 #269EEC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 158 | 236 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.07 |
| HSL | 203.64º | 0.84% | 0.54% | - |
| HSV(B) | 203.64º | 0.84% | 0.93% | - |
| XYZ | 28.17 | 30.92 | 83.84 | - |
| YUV | 131.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 236 | 0.84 | 0.33 | 0 | 0.07 | 203.64 | 0.84 | 0.54 |
| Hex | 26 | 9E | EC | 54 | 21 | 0 | 7 | CC | 54 | 36 |
| Octal | 46 | 236 | 354 | 124 | 41 | 0 | 7 | 314 | 124 | 66 |
| Binary | 100110 | 10011110 | 11101100 | 1010100 | 100001 | 0 | 111 | 11001100 | 1010100 | 110110 |
Color Harmonies of #269EEC
Complementary color
Monochromatic Colors of #269EEC
Black with #269EEC
Text Example
Text Example
White with #269EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EEC; }
p { color: rgb(38,158,236); }
H1.HeaderClassName
{
color: #269EEC;
}
.AnyTagClassName
{
color: #269EEC;
}
</style>
background-color css
<style>
a { background-color: #269EEC; }
a { background-color: rgb(38,158,236); }
div.DivClassName
{
background-color: #269EEC;
}
.BgClassName
{
background-color: #269EEC;
}
</style>
border-color css
<style>
span { border-color: #269EEC; }
span { border-color: rgb(38,158,236); }
td.TdClassName
{
border-color: #269EEC;
}
.TagClassName
{
border-color: #269EEC;
}
</style>