Shades of Dodger Blue #26A0FB
Tints of Dodger Blue #26A0FB
RGB
CMYK
RGB Variations
Color information
#26A0FB (or 0x26A0FB) is known color: Dodger Blue. HEX triplet: 26, A0 and FB. RGB value is (38,160,251). Sum of RGB (Red+Green+Blue) = 38+160+251=449 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.46% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #26A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A0FB is #D95F04. Grayscale: #858585. Windows color (decimal): -14245637 or 16490534. OLE color: 16490534.
HSL color Cylindrical-coordinate representation of color #26A0FB: hue angle of 205.63º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26A0FB is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 160 | 251 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.02 |
| HSL | 205.63º | 0.96% | 0.57% | - |
| HSV(B) | 205.63º | 0.85% | 0.98% | - |
| XYZ | 30.78 | 32.52 | 95.92 | - |
| YUV | 133.9 | 194.08 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 251 | 0.85 | 0.36 | 0 | 0.02 | 205.63 | 0.96 | 0.57 |
| Hex | 26 | A0 | FB | 55 | 24 | 0 | 2 | CE | 60 | 39 |
| Octal | 46 | 240 | 373 | 125 | 44 | 0 | 2 | 316 | 140 | 71 |
| Binary | 100110 | 10100000 | 11111011 | 1010101 | 100100 | 0 | 10 | 11001110 | 1100000 | 111001 |
Color Harmonies of #26A0FB
Complementary color
Monochromatic Colors of #26A0FB
Black with #26A0FB
Text Example
Text Example
White with #26A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A0FB; }
p { color: rgb(38,160,251); }
H1.HeaderClassName
{
color: #26A0FB;
}
.AnyTagClassName
{
color: #26A0FB;
}
</style>
background-color css
<style>
a { background-color: #26A0FB; }
a { background-color: rgb(38,160,251); }
div.DivClassName
{
background-color: #26A0FB;
}
.BgClassName
{
background-color: #26A0FB;
}
</style>
border-color css
<style>
span { border-color: #26A0FB; }
span { border-color: rgb(38,160,251); }
td.TdClassName
{
border-color: #26A0FB;
}
.TagClassName
{
border-color: #26A0FB;
}
</style>