Shades of Dodger Blue #26ADFF
Tints of Dodger Blue #26ADFF
RGB
CMYK
RGB Variations
Color information
#26ADFF (or 0x26ADFF) is known color: Dodger Blue. HEX triplet: 26, AD and FF. RGB value is (38,173,255). Sum of RGB (Red+Green+Blue) = 38+173+255=466 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.15% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #26ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADFF is #D95200. Grayscale: #8D8D8D. Windows color (decimal): -14242305 or 16756006. OLE color: 16756006.
HSL color Cylindrical-coordinate representation of color #26ADFF: hue angle of 202.67º 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 #26ADFF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 173 | 255 | - |
| CMYK | 0.85 | 0.32 | 0 | 0 |
| HSL | 202.67º | 1% | 0.57% | - |
| HSV(B) | 202.67º | 0.85% | 1% | - |
| XYZ | 33.79 | 37.52 | 100.07 | - |
| YUV | 141.98 | 191.77 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 255 | 0.85 | 0.32 | 0 | 0 | 202.67 | 1 | 0.57 |
| Hex | 26 | AD | FF | 55 | 20 | 0 | 0 | CB | 64 | 39 |
| Octal | 46 | 255 | 377 | 125 | 40 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100110 | 10101101 | 11111111 | 1010101 | 100000 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #26ADFF
Complementary color
Monochromatic Colors of #26ADFF
Black with #26ADFF
Text Example
Text Example
White with #26ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADFF; }
p { color: rgb(38,173,255); }
H1.HeaderClassName
{
color: #26ADFF;
}
.AnyTagClassName
{
color: #26ADFF;
}
</style>
background-color css
<style>
a { background-color: #26ADFF; }
a { background-color: rgb(38,173,255); }
div.DivClassName
{
background-color: #26ADFF;
}
.BgClassName
{
background-color: #26ADFF;
}
</style>
border-color css
<style>
span { border-color: #26ADFF; }
span { border-color: rgb(38,173,255); }
td.TdClassName
{
border-color: #26ADFF;
}
.TagClassName
{
border-color: #26ADFF;
}
</style>