Shades of Dodger Blue #268BD9
Tints of Dodger Blue #268BD9
RGB
CMYK
RGB Variations
Color information
#268BD9 (or 0x268BD9) is known color: Dodger Blue. HEX triplet: 26, 8B and D9. RGB value is (38,139,217). Sum of RGB (Red+Green+Blue) = 38+139+217=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #268BD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BD9 is #D97426. Grayscale: #757575. Windows color (decimal): -14251047 or 14256934. OLE color: 14256934.
HSL color Cylindrical-coordinate representation of color #268BD9: hue angle of 206.15º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268BD9 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 139 | 217 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.15 |
| HSL | 206.15º | 0.7% | 0.5% | - |
| HSV(B) | 206.15º | 0.82% | 0.85% | - |
| XYZ | 22.56 | 23.89 | 69.07 | - |
| YUV | 117.69 | 184.04 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 217 | 0.82 | 0.36 | 0 | 0.15 | 206.15 | 0.7 | 0.5 |
| Hex | 26 | 8B | D9 | 52 | 24 | 0 | F | CE | 46 | 32 |
| Octal | 46 | 213 | 331 | 122 | 44 | 0 | 17 | 316 | 106 | 62 |
| Binary | 100110 | 10001011 | 11011001 | 1010010 | 100100 | 0 | 1111 | 11001110 | 1000110 | 110010 |
Color Harmonies of #268BD9
Complementary color
Monochromatic Colors of #268BD9
Black with #268BD9
Text Example
Text Example
White with #268BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BD9; }
p { color: rgb(38,139,217); }
H1.HeaderClassName
{
color: #268BD9;
}
.AnyTagClassName
{
color: #268BD9;
}
</style>
background-color css
<style>
a { background-color: #268BD9; }
a { background-color: rgb(38,139,217); }
div.DivClassName
{
background-color: #268BD9;
}
.BgClassName
{
background-color: #268BD9;
}
</style>
border-color css
<style>
span { border-color: #268BD9; }
span { border-color: rgb(38,139,217); }
td.TdClassName
{
border-color: #268BD9;
}
.TagClassName
{
border-color: #268BD9;
}
</style>