Shades of Dodger Blue #268DDF
Tints of Dodger Blue #268DDF
RGB
CMYK
RGB Variations
Color information
#268DDF (or 0x268DDF) is known color: Dodger Blue. HEX triplet: 26, 8D and DF. RGB value is (38,141,223). Sum of RGB (Red+Green+Blue) = 38+141+223=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #268DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DDF is #D97220. Grayscale: #777777. Windows color (decimal): -14250529 or 14650662. OLE color: 14650662.
HSL color Cylindrical-coordinate representation of color #268DDF: hue angle of 206.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268DDF is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 141 | 223 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.13 |
| HSL | 206.59º | 0.74% | 0.51% | - |
| HSV(B) | 206.59º | 0.83% | 0.87% | - |
| XYZ | 23.64 | 24.79 | 73.35 | - |
| YUV | 119.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 223 | 0.83 | 0.37 | 0 | 0.13 | 206.59 | 0.74 | 0.51 |
| Hex | 26 | 8D | DF | 53 | 25 | 0 | D | CF | 4A | 33 |
| Octal | 46 | 215 | 337 | 123 | 45 | 0 | 15 | 317 | 112 | 63 |
| Binary | 100110 | 10001101 | 11011111 | 1010011 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110011 |
Color Harmonies of #268DDF
Complementary color
Monochromatic Colors of #268DDF
Black with #268DDF
Text Example
Text Example
White with #268DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DDF; }
p { color: rgb(38,141,223); }
H1.HeaderClassName
{
color: #268DDF;
}
.AnyTagClassName
{
color: #268DDF;
}
</style>
background-color css
<style>
a { background-color: #268DDF; }
a { background-color: rgb(38,141,223); }
div.DivClassName
{
background-color: #268DDF;
}
.BgClassName
{
background-color: #268DDF;
}
</style>
border-color css
<style>
span { border-color: #268DDF; }
span { border-color: rgb(38,141,223); }
td.TdClassName
{
border-color: #268DDF;
}
.TagClassName
{
border-color: #268DDF;
}
</style>