Shades of Dodger Blue #26ADFE
Tints of Dodger Blue #26ADFE
RGB
CMYK
RGB Variations
Color information
#26ADFE (or 0x26ADFE) is known color: Dodger Blue. HEX triplet: 26, AD and FE. RGB value is (38,173,254). Sum of RGB (Red+Green+Blue) = 38+173+254=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #26ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADFE is #D95201. Grayscale: #8D8D8D. Windows color (decimal): -14242306 or 16690470. OLE color: 16690470.
HSL color Cylindrical-coordinate representation of color #26ADFE: hue angle of 202.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26ADFE is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 173 | 254 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.00 |
| HSL | 202.5º | 0.99% | 0.57% | - |
| HSV(B) | 202.5º | 0.85% | 1% | - |
| XYZ | 33.63 | 37.45 | 99.22 | - |
| YUV | 141.87 | 191.27 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 254 | 0.85 | 0.32 | 0 | 0.00 | 202.5 | 0.99 | 0.57 |
| Hex | 26 | AD | FE | 55 | 20 | 0 | 0 | CA | 63 | 39 |
| Octal | 46 | 255 | 376 | 125 | 40 | 0 | 0 | 312 | 143 | 71 |
| Binary | 100110 | 10101101 | 11111110 | 1010101 | 100000 | 0 | 0 | 11001010 | 1100011 | 111001 |
Color Harmonies of #26ADFE
Complementary color
Monochromatic Colors of #26ADFE
Black with #26ADFE
Text Example
Text Example
White with #26ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADFE; }
p { color: rgb(38,173,254); }
H1.HeaderClassName
{
color: #26ADFE;
}
.AnyTagClassName
{
color: #26ADFE;
}
</style>
background-color css
<style>
a { background-color: #26ADFE; }
a { background-color: rgb(38,173,254); }
div.DivClassName
{
background-color: #26ADFE;
}
.BgClassName
{
background-color: #26ADFE;
}
</style>
border-color css
<style>
span { border-color: #26ADFE; }
span { border-color: rgb(38,173,254); }
td.TdClassName
{
border-color: #26ADFE;
}
.TagClassName
{
border-color: #26ADFE;
}
</style>