Shades of Dodger Blue #268CDD
Tints of Dodger Blue #268CDD
RGB
CMYK
RGB Variations
Color information
#268CDD (or 0x268CDD) is known color: Dodger Blue. HEX triplet: 26, 8C and DD. RGB value is (38,140,221). Sum of RGB (Red+Green+Blue) = 38+140+221=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #268CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CDD is #D97322. Grayscale: #767676. Windows color (decimal): -14250787 or 14519334. OLE color: 14519334.
HSL color Cylindrical-coordinate representation of color #268CDD: hue angle of 206.56º degrees, saturation: 0.73, 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 #268CDD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 140 | 221 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.13 |
| HSL | 206.56º | 0.73% | 0.51% | - |
| HSV(B) | 206.56º | 0.83% | 0.87% | - |
| XYZ | 23.23 | 24.39 | 71.89 | - |
| YUV | 118.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 221 | 0.83 | 0.37 | 0 | 0.13 | 206.56 | 0.73 | 0.51 |
| Hex | 26 | 8C | DD | 53 | 25 | 0 | D | CF | 49 | 33 |
| Octal | 46 | 214 | 335 | 123 | 45 | 0 | 15 | 317 | 111 | 63 |
| Binary | 100110 | 10001100 | 11011101 | 1010011 | 100101 | 0 | 1101 | 11001111 | 1001001 | 110011 |
Color Harmonies of #268CDD
Complementary color
Monochromatic Colors of #268CDD
Black with #268CDD
Text Example
Text Example
White with #268CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CDD; }
p { color: rgb(38,140,221); }
H1.HeaderClassName
{
color: #268CDD;
}
.AnyTagClassName
{
color: #268CDD;
}
</style>
background-color css
<style>
a { background-color: #268CDD; }
a { background-color: rgb(38,140,221); }
div.DivClassName
{
background-color: #268CDD;
}
.BgClassName
{
background-color: #268CDD;
}
</style>
border-color css
<style>
span { border-color: #268CDD; }
span { border-color: rgb(38,140,221); }
td.TdClassName
{
border-color: #268CDD;
}
.TagClassName
{
border-color: #268CDD;
}
</style>