Shades of Dodger Blue #268AD9
Tints of Dodger Blue #268AD9
RGB
CMYK
RGB Variations
Color information
#268AD9 (or 0x268AD9) is known color: Dodger Blue. HEX triplet: 26, 8A and D9. RGB value is (38,138,217). Sum of RGB (Red+Green+Blue) = 38+138+217=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #268AD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268AD9 is #D97526. Grayscale: #747474. Windows color (decimal): -14251303 or 14256678. OLE color: 14256678.
HSL color Cylindrical-coordinate representation of color #268AD9: hue angle of 206.48º 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 #268AD9 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 138 | 217 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.15 |
| HSL | 206.48º | 0.7% | 0.5% | - |
| HSV(B) | 206.48º | 0.82% | 0.85% | - |
| XYZ | 22.41 | 23.6 | 69.02 | - |
| YUV | 117.11 | 184.37 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 217 | 0.82 | 0.36 | 0 | 0.15 | 206.48 | 0.7 | 0.5 |
| Hex | 26 | 8A | D9 | 52 | 24 | 0 | F | CE | 46 | 32 |
| Octal | 46 | 212 | 331 | 122 | 44 | 0 | 17 | 316 | 106 | 62 |
| Binary | 100110 | 10001010 | 11011001 | 1010010 | 100100 | 0 | 1111 | 11001110 | 1000110 | 110010 |
Color Harmonies of #268AD9
Complementary color
Monochromatic Colors of #268AD9
Black with #268AD9
Text Example
Text Example
White with #268AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AD9; }
p { color: rgb(38,138,217); }
H1.HeaderClassName
{
color: #268AD9;
}
.AnyTagClassName
{
color: #268AD9;
}
</style>
background-color css
<style>
a { background-color: #268AD9; }
a { background-color: rgb(38,138,217); }
div.DivClassName
{
background-color: #268AD9;
}
.BgClassName
{
background-color: #268AD9;
}
</style>
border-color css
<style>
span { border-color: #268AD9; }
span { border-color: rgb(38,138,217); }
td.TdClassName
{
border-color: #268AD9;
}
.TagClassName
{
border-color: #268AD9;
}
</style>