Shades of Dodger Blue #26AFFF
Tints of Dodger Blue #26AFFF
RGB
CMYK
RGB Variations
Color information
#26AFFF (or 0x26AFFF) is known color: Dodger Blue. HEX triplet: 26, AF and FF. RGB value is (38,175,255). Sum of RGB (Red+Green+Blue) = 38+175+255=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #26AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AFFF is #D95000. Grayscale: #8E8E8E. Windows color (decimal): -14241793 or 16756518. OLE color: 16756518.
HSL color Cylindrical-coordinate representation of color #26AFFF: hue angle of 202.12º 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 #26AFFF is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 175 | 255 | - |
| CMYK | 0.85 | 0.31 | 0 | 0 |
| HSL | 202.12º | 1% | 0.57% | - |
| HSV(B) | 202.12º | 0.85% | 1% | - |
| XYZ | 34.18 | 38.29 | 100.2 | - |
| YUV | 143.16 | 191.11 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 255 | 0.85 | 0.31 | 0 | 0 | 202.12 | 1 | 0.57 |
| Hex | 26 | AF | FF | 55 | 1F | 0 | 0 | CA | 64 | 39 |
| Octal | 46 | 257 | 377 | 125 | 37 | 0 | 0 | 312 | 144 | 71 |
| Binary | 100110 | 10101111 | 11111111 | 1010101 | 11111 | 0 | 0 | 11001010 | 1100100 | 111001 |
Color Harmonies of #26AFFF
Complementary color
Monochromatic Colors of #26AFFF
Black with #26AFFF
Text Example
Text Example
White with #26AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFFF; }
p { color: rgb(38,175,255); }
H1.HeaderClassName
{
color: #26AFFF;
}
.AnyTagClassName
{
color: #26AFFF;
}
</style>
background-color css
<style>
a { background-color: #26AFFF; }
a { background-color: rgb(38,175,255); }
div.DivClassName
{
background-color: #26AFFF;
}
.BgClassName
{
background-color: #26AFFF;
}
</style>
border-color css
<style>
span { border-color: #26AFFF; }
span { border-color: rgb(38,175,255); }
td.TdClassName
{
border-color: #26AFFF;
}
.TagClassName
{
border-color: #26AFFF;
}
</style>