Shades of Dodger Blue #26A8FA
Tints of Dodger Blue #26A8FA
RGB
CMYK
RGB Variations
Color information
#26A8FA (or 0x26A8FA) is known color: Dodger Blue. HEX triplet: 26, A8 and FA. RGB value is (38,168,250). Sum of RGB (Red+Green+Blue) = 38+168+250=456 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.33% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #26A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A8FA is #D95705. Grayscale: #8A8A8A. Windows color (decimal): -14243590 or 16427046. OLE color: 16427046.
HSL color Cylindrical-coordinate representation of color #26A8FA: hue angle of 203.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26A8FA is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 168 | 250 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.02 |
| HSL | 203.21º | 0.95% | 0.56% | - |
| HSV(B) | 203.21º | 0.85% | 0.98% | - |
| XYZ | 32.06 | 35.32 | 95.57 | - |
| YUV | 138.48 | 190.93 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 250 | 0.85 | 0.33 | 0 | 0.02 | 203.21 | 0.95 | 0.56 |
| Hex | 26 | A8 | FA | 55 | 21 | 0 | 2 | CB | 5F | 38 |
| Octal | 46 | 250 | 372 | 125 | 41 | 0 | 2 | 313 | 137 | 70 |
| Binary | 100110 | 10101000 | 11111010 | 1010101 | 100001 | 0 | 10 | 11001011 | 1011111 | 111000 |
Color Harmonies of #26A8FA
Complementary color
Monochromatic Colors of #26A8FA
Black with #26A8FA
Text Example
Text Example
White with #26A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A8FA; }
p { color: rgb(38,168,250); }
H1.HeaderClassName
{
color: #26A8FA;
}
.AnyTagClassName
{
color: #26A8FA;
}
</style>
background-color css
<style>
a { background-color: #26A8FA; }
a { background-color: rgb(38,168,250); }
div.DivClassName
{
background-color: #26A8FA;
}
.BgClassName
{
background-color: #26A8FA;
}
</style>
border-color css
<style>
span { border-color: #26A8FA; }
span { border-color: rgb(38,168,250); }
td.TdClassName
{
border-color: #26A8FA;
}
.TagClassName
{
border-color: #26A8FA;
}
</style>