Shades of Dodger Blue #26AEFF
Tints of Dodger Blue #26AEFF
RGB
CMYK
RGB Variations
Color information
#26AEFF (or 0x26AEFF) is known color: Dodger Blue. HEX triplet: 26, AE and FF. RGB value is (38,174,255). Sum of RGB (Red+Green+Blue) = 38+174+255=467 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.14% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #26AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AEFF is #D95100. Grayscale: #8E8E8E. Windows color (decimal): -14242049 or 16756262. OLE color: 16756262.
HSL color Cylindrical-coordinate representation of color #26AEFF: hue angle of 202.4º 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 #26AEFF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 174 | 255 | - |
| CMYK | 0.85 | 0.32 | 0 | 0 |
| HSL | 202.4º | 1% | 0.57% | - |
| HSV(B) | 202.4º | 0.85% | 1% | - |
| XYZ | 33.99 | 37.9 | 100.13 | - |
| YUV | 142.57 | 191.44 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 255 | 0.85 | 0.32 | 0 | 0 | 202.4 | 1 | 0.57 |
| Hex | 26 | AE | FF | 55 | 20 | 0 | 0 | CA | 64 | 39 |
| Octal | 46 | 256 | 377 | 125 | 40 | 0 | 0 | 312 | 144 | 71 |
| Binary | 100110 | 10101110 | 11111111 | 1010101 | 100000 | 0 | 0 | 11001010 | 1100100 | 111001 |
Color Harmonies of #26AEFF
Complementary color
Monochromatic Colors of #26AEFF
Black with #26AEFF
Text Example
Text Example
White with #26AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEFF; }
p { color: rgb(38,174,255); }
H1.HeaderClassName
{
color: #26AEFF;
}
.AnyTagClassName
{
color: #26AEFF;
}
</style>
background-color css
<style>
a { background-color: #26AEFF; }
a { background-color: rgb(38,174,255); }
div.DivClassName
{
background-color: #26AEFF;
}
.BgClassName
{
background-color: #26AEFF;
}
</style>
border-color css
<style>
span { border-color: #26AEFF; }
span { border-color: rgb(38,174,255); }
td.TdClassName
{
border-color: #26AEFF;
}
.TagClassName
{
border-color: #26AEFF;
}
</style>