Shades of Dodger Blue #26ABFF
Tints of Dodger Blue #26ABFF
RGB
CMYK
RGB Variations
Color information
#26ABFF (or 0x26ABFF) is known color: Dodger Blue. HEX triplet: 26, AB and FF. RGB value is (38,171,255). Sum of RGB (Red+Green+Blue) = 38+171+255=464 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.19% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #26ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ABFF is #D95400. Grayscale: #8C8C8C. Windows color (decimal): -14242817 or 16755494. OLE color: 16755494.
HSL color Cylindrical-coordinate representation of color #26ABFF: hue angle of 203.23º 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 #26ABFF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 171 | 255 | - |
| CMYK | 0.85 | 0.33 | 0 | 0 |
| HSL | 203.23º | 1% | 0.57% | - |
| HSV(B) | 203.23º | 0.85% | 1% | - |
| XYZ | 33.41 | 36.76 | 99.94 | - |
| YUV | 140.81 | 192.44 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 255 | 0.85 | 0.33 | 0 | 0 | 203.23 | 1 | 0.57 |
| Hex | 26 | AB | FF | 55 | 21 | 0 | 0 | CB | 64 | 39 |
| Octal | 46 | 253 | 377 | 125 | 41 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100110 | 10101011 | 11111111 | 1010101 | 100001 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #26ABFF
Complementary color
Monochromatic Colors of #26ABFF
Black with #26ABFF
Text Example
Text Example
White with #26ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABFF; }
p { color: rgb(38,171,255); }
H1.HeaderClassName
{
color: #26ABFF;
}
.AnyTagClassName
{
color: #26ABFF;
}
</style>
background-color css
<style>
a { background-color: #26ABFF; }
a { background-color: rgb(38,171,255); }
div.DivClassName
{
background-color: #26ABFF;
}
.BgClassName
{
background-color: #26ABFF;
}
</style>
border-color css
<style>
span { border-color: #26ABFF; }
span { border-color: rgb(38,171,255); }
td.TdClassName
{
border-color: #26ABFF;
}
.TagClassName
{
border-color: #26ABFF;
}
</style>