Shades of Dodger Blue #26A9FF
Tints of Dodger Blue #26A9FF
RGB
CMYK
RGB Variations
Color information
#26A9FF (or 0x26A9FF) is known color: Dodger Blue. HEX triplet: 26, A9 and FF. RGB value is (38,169,255). Sum of RGB (Red+Green+Blue) = 38+169+255=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #26A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A9FF is #D95600. Grayscale: #8B8B8B. Windows color (decimal): -14243329 or 16754982. OLE color: 16754982.
HSL color Cylindrical-coordinate representation of color #26A9FF: hue angle of 203.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26A9FF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 169 | 255 | - |
| CMYK | 0.85 | 0.34 | 0 | 0 |
| HSL | 203.78º | 1% | 0.57% | - |
| HSV(B) | 203.78º | 0.85% | 1% | - |
| XYZ | 33.04 | 36.01 | 99.82 | - |
| YUV | 139.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 169 | 255 | 0.85 | 0.34 | 0 | 0 | 203.78 | 1 | 0.57 |
| Hex | 26 | A9 | FF | 55 | 22 | 0 | 0 | CC | 64 | 39 |
| Octal | 46 | 251 | 377 | 125 | 42 | 0 | 0 | 314 | 144 | 71 |
| Binary | 100110 | 10101001 | 11111111 | 1010101 | 100010 | 0 | 0 | 11001100 | 1100100 | 111001 |
Color Harmonies of #26A9FF
Complementary color
Monochromatic Colors of #26A9FF
Black with #26A9FF
Text Example
Text Example
White with #26A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A9FF; }
p { color: rgb(38,169,255); }
H1.HeaderClassName
{
color: #26A9FF;
}
.AnyTagClassName
{
color: #26A9FF;
}
</style>
background-color css
<style>
a { background-color: #26A9FF; }
a { background-color: rgb(38,169,255); }
div.DivClassName
{
background-color: #26A9FF;
}
.BgClassName
{
background-color: #26A9FF;
}
</style>
border-color css
<style>
span { border-color: #26A9FF; }
span { border-color: rgb(38,169,255); }
td.TdClassName
{
border-color: #26A9FF;
}
.TagClassName
{
border-color: #26A9FF;
}
</style>