Shades of Dodger Blue #26ABFE
Tints of Dodger Blue #26ABFE
RGB
CMYK
RGB Variations
Color information
#26ABFE (or 0x26ABFE) is known color: Dodger Blue. HEX triplet: 26, AB and FE. RGB value is (38,171,254). Sum of RGB (Red+Green+Blue) = 38+171+254=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #26ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ABFE is #D95401. Grayscale: #8C8C8C. Windows color (decimal): -14242818 or 16689958. OLE color: 16689958.
HSL color Cylindrical-coordinate representation of color #26ABFE: hue angle of 203.06º 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 #26ABFE is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 171 | 254 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.00 |
| HSL | 203.06º | 0.99% | 0.57% | - |
| HSV(B) | 203.06º | 0.85% | 1% | - |
| XYZ | 33.25 | 36.69 | 99.1 | - |
| YUV | 140.7 | 191.94 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 254 | 0.85 | 0.33 | 0 | 0.00 | 203.06 | 0.99 | 0.57 |
| Hex | 26 | AB | FE | 55 | 21 | 0 | 0 | CB | 63 | 39 |
| Octal | 46 | 253 | 376 | 125 | 41 | 0 | 0 | 313 | 143 | 71 |
| Binary | 100110 | 10101011 | 11111110 | 1010101 | 100001 | 0 | 0 | 11001011 | 1100011 | 111001 |
Color Harmonies of #26ABFE
Complementary color
Monochromatic Colors of #26ABFE
Black with #26ABFE
Text Example
Text Example
White with #26ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABFE; }
p { color: rgb(38,171,254); }
H1.HeaderClassName
{
color: #26ABFE;
}
.AnyTagClassName
{
color: #26ABFE;
}
</style>
background-color css
<style>
a { background-color: #26ABFE; }
a { background-color: rgb(38,171,254); }
div.DivClassName
{
background-color: #26ABFE;
}
.BgClassName
{
background-color: #26ABFE;
}
</style>
border-color css
<style>
span { border-color: #26ABFE; }
span { border-color: rgb(38,171,254); }
td.TdClassName
{
border-color: #26ABFE;
}
.TagClassName
{
border-color: #26ABFE;
}
</style>