Shades of Dodger Blue #26A2F3
Tints of Dodger Blue #26A2F3
RGB
CMYK
RGB Variations
Color information
#26A2F3 (or 0x26A2F3) is known color: Dodger Blue. HEX triplet: 26, A2 and F3. RGB value is (38,162,243). Sum of RGB (Red+Green+Blue) = 38+162+243=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #26A2F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A2F3 is #D95D0C. Grayscale: #858585. Windows color (decimal): -14245133 or 15966758. OLE color: 15966758.
HSL color Cylindrical-coordinate representation of color #26A2F3: hue angle of 203.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26A2F3 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 162 | 243 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.05 |
| HSL | 203.71º | 0.9% | 0.55% | - |
| HSV(B) | 203.71º | 0.84% | 0.95% | - |
| XYZ | 29.9 | 32.72 | 89.53 | - |
| YUV | 134.16 | 189.42 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 162 | 243 | 0.84 | 0.33 | 0 | 0.05 | 203.71 | 0.9 | 0.55 |
| Hex | 26 | A2 | F3 | 54 | 21 | 0 | 5 | CC | 5A | 37 |
| Octal | 46 | 242 | 363 | 124 | 41 | 0 | 5 | 314 | 132 | 67 |
| Binary | 100110 | 10100010 | 11110011 | 1010100 | 100001 | 0 | 101 | 11001100 | 1011010 | 110111 |
Color Harmonies of #26A2F3
Complementary color
Monochromatic Colors of #26A2F3
Black with #26A2F3
Text Example
Text Example
White with #26A2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A2F3; }
p { color: rgb(38,162,243); }
H1.HeaderClassName
{
color: #26A2F3;
}
.AnyTagClassName
{
color: #26A2F3;
}
</style>
background-color css
<style>
a { background-color: #26A2F3; }
a { background-color: rgb(38,162,243); }
div.DivClassName
{
background-color: #26A2F3;
}
.BgClassName
{
background-color: #26A2F3;
}
</style>
border-color css
<style>
span { border-color: #26A2F3; }
span { border-color: rgb(38,162,243); }
td.TdClassName
{
border-color: #26A2F3;
}
.TagClassName
{
border-color: #26A2F3;
}
</style>