Shades of Dodger Blue #26ADFD
Tints of Dodger Blue #26ADFD
RGB
CMYK
RGB Variations
Color information
#26ADFD (or 0x26ADFD) is known color: Dodger Blue. HEX triplet: 26, AD and FD. RGB value is (38,173,253). Sum of RGB (Red+Green+Blue) = 38+173+253=464 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.19% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #26ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADFD is #D95202. Grayscale: #8D8D8D. Windows color (decimal): -14242307 or 16624934. OLE color: 16624934.
HSL color Cylindrical-coordinate representation of color #26ADFD: hue angle of 202.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26ADFD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 173 | 253 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.01 |
| HSL | 202.33º | 0.98% | 0.57% | - |
| HSV(B) | 202.33º | 0.85% | 0.99% | - |
| XYZ | 33.47 | 37.39 | 98.38 | - |
| YUV | 141.76 | 190.77 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 253 | 0.85 | 0.32 | 0 | 0.01 | 202.33 | 0.98 | 0.57 |
| Hex | 26 | AD | FD | 55 | 20 | 0 | 1 | CA | 62 | 39 |
| Octal | 46 | 255 | 375 | 125 | 40 | 0 | 1 | 312 | 142 | 71 |
| Binary | 100110 | 10101101 | 11111101 | 1010101 | 100000 | 0 | 1 | 11001010 | 1100010 | 111001 |
Color Harmonies of #26ADFD
Complementary color
Monochromatic Colors of #26ADFD
Black with #26ADFD
Text Example
Text Example
White with #26ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADFD; }
p { color: rgb(38,173,253); }
H1.HeaderClassName
{
color: #26ADFD;
}
.AnyTagClassName
{
color: #26ADFD;
}
</style>
background-color css
<style>
a { background-color: #26ADFD; }
a { background-color: rgb(38,173,253); }
div.DivClassName
{
background-color: #26ADFD;
}
.BgClassName
{
background-color: #26ADFD;
}
</style>
border-color css
<style>
span { border-color: #26ADFD; }
span { border-color: rgb(38,173,253); }
td.TdClassName
{
border-color: #26ADFD;
}
.TagClassName
{
border-color: #26ADFD;
}
</style>