Shades of Dodger Blue #26A0EF
Tints of Dodger Blue #26A0EF
RGB
CMYK
RGB Variations
Color information
#26A0EF (or 0x26A0EF) is known color: Dodger Blue. HEX triplet: 26, A0 and EF. RGB value is (38,160,239). Sum of RGB (Red+Green+Blue) = 38+160+239=437 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.70% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #26A0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A0EF is #D95F10. Grayscale: #848484. Windows color (decimal): -14245649 or 15704102. OLE color: 15704102.
HSL color Cylindrical-coordinate representation of color #26A0EF: hue angle of 203.58º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26A0EF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 160 | 239 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.06 |
| HSL | 203.58º | 0.86% | 0.54% | - |
| HSV(B) | 203.58º | 0.84% | 0.94% | - |
| XYZ | 28.95 | 31.79 | 86.27 | - |
| YUV | 132.53 | 188.08 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 239 | 0.84 | 0.33 | 0 | 0.06 | 203.58 | 0.86 | 0.54 |
| Hex | 26 | A0 | EF | 54 | 21 | 0 | 6 | CC | 56 | 36 |
| Octal | 46 | 240 | 357 | 124 | 41 | 0 | 6 | 314 | 126 | 66 |
| Binary | 100110 | 10100000 | 11101111 | 1010100 | 100001 | 0 | 110 | 11001100 | 1010110 | 110110 |
Color Harmonies of #26A0EF
Complementary color
Monochromatic Colors of #26A0EF
Black with #26A0EF
Text Example
Text Example
White with #26A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A0EF; }
p { color: rgb(38,160,239); }
H1.HeaderClassName
{
color: #26A0EF;
}
.AnyTagClassName
{
color: #26A0EF;
}
</style>
background-color css
<style>
a { background-color: #26A0EF; }
a { background-color: rgb(38,160,239); }
div.DivClassName
{
background-color: #26A0EF;
}
.BgClassName
{
background-color: #26A0EF;
}
</style>
border-color css
<style>
span { border-color: #26A0EF; }
span { border-color: rgb(38,160,239); }
td.TdClassName
{
border-color: #26A0EF;
}
.TagClassName
{
border-color: #26A0EF;
}
</style>