Shades of Dodger Blue #268BDE
Tints of Dodger Blue #268BDE
RGB
CMYK
RGB Variations
Color information
#268BDE (or 0x268BDE) is known color: Dodger Blue. HEX triplet: 26, 8B and DE. RGB value is (38,139,222). Sum of RGB (Red+Green+Blue) = 38+139+222=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #268BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BDE is #D97421. Grayscale: #757575. Windows color (decimal): -14251042 or 14584614. OLE color: 14584614.
HSL color Cylindrical-coordinate representation of color #268BDE: hue angle of 207.07º 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 #268BDE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 139 | 222 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.13 |
| HSL | 207.07º | 0.74% | 0.51% | - |
| HSV(B) | 207.07º | 0.83% | 0.87% | - |
| XYZ | 23.22 | 24.15 | 72.55 | - |
| YUV | 118.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 222 | 0.83 | 0.37 | 0 | 0.13 | 207.07 | 0.74 | 0.51 |
| Hex | 26 | 8B | DE | 53 | 25 | 0 | D | CF | 4A | 33 |
| Octal | 46 | 213 | 336 | 123 | 45 | 0 | 15 | 317 | 112 | 63 |
| Binary | 100110 | 10001011 | 11011110 | 1010011 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110011 |
Color Harmonies of #268BDE
Complementary color
Monochromatic Colors of #268BDE
Black with #268BDE
Text Example
Text Example
White with #268BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BDE; }
p { color: rgb(38,139,222); }
H1.HeaderClassName
{
color: #268BDE;
}
.AnyTagClassName
{
color: #268BDE;
}
</style>
background-color css
<style>
a { background-color: #268BDE; }
a { background-color: rgb(38,139,222); }
div.DivClassName
{
background-color: #268BDE;
}
.BgClassName
{
background-color: #268BDE;
}
</style>
border-color css
<style>
span { border-color: #268BDE; }
span { border-color: rgb(38,139,222); }
td.TdClassName
{
border-color: #268BDE;
}
.TagClassName
{
border-color: #268BDE;
}
</style>