Shades of Dodger Blue #26A2FF
Tints of Dodger Blue #26A2FF
RGB
CMYK
RGB Variations
Color information
#26A2FF (or 0x26A2FF) is known color: Dodger Blue. HEX triplet: 26, A2 and FF. RGB value is (38,162,255). Sum of RGB (Red+Green+Blue) = 38+162+255=455 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.35% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #26A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A2FF is #D95D00. Grayscale: #878787. Windows color (decimal): -14245121 or 16753190. OLE color: 16753190.
HSL color Cylindrical-coordinate representation of color #26A2FF: hue angle of 205.71º 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 #26A2FF is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 162 | 255 | - |
| CMYK | 0.85 | 0.36 | 0 | 0 |
| HSL | 205.71º | 1% | 0.57% | - |
| HSV(B) | 205.71º | 0.85% | 1% | - |
| XYZ | 31.77 | 33.47 | 99.39 | - |
| YUV | 135.53 | 195.42 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 162 | 255 | 0.85 | 0.36 | 0 | 0 | 205.71 | 1 | 0.57 |
| Hex | 26 | A2 | FF | 55 | 24 | 0 | 0 | CE | 64 | 39 |
| Octal | 46 | 242 | 377 | 125 | 44 | 0 | 0 | 316 | 144 | 71 |
| Binary | 100110 | 10100010 | 11111111 | 1010101 | 100100 | 0 | 0 | 11001110 | 1100100 | 111001 |
Color Harmonies of #26A2FF
Complementary color
Monochromatic Colors of #26A2FF
Black with #26A2FF
Text Example
Text Example
White with #26A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A2FF; }
p { color: rgb(38,162,255); }
H1.HeaderClassName
{
color: #26A2FF;
}
.AnyTagClassName
{
color: #26A2FF;
}
</style>
background-color css
<style>
a { background-color: #26A2FF; }
a { background-color: rgb(38,162,255); }
div.DivClassName
{
background-color: #26A2FF;
}
.BgClassName
{
background-color: #26A2FF;
}
</style>
border-color css
<style>
span { border-color: #26A2FF; }
span { border-color: rgb(38,162,255); }
td.TdClassName
{
border-color: #26A2FF;
}
.TagClassName
{
border-color: #26A2FF;
}
</style>