Shades of Dodger Blue #268BDB
Tints of Dodger Blue #268BDB
RGB
CMYK
RGB Variations
Color information
#268BDB (or 0x268BDB) is known color: Dodger Blue. HEX triplet: 26, 8B and DB. RGB value is (38,139,219). Sum of RGB (Red+Green+Blue) = 38+139+219=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #268BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BDB is #D97424. Grayscale: #757575. Windows color (decimal): -14251045 or 14388006. OLE color: 14388006.
HSL color Cylindrical-coordinate representation of color #268BDB: hue angle of 206.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268BDB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 139 | 219 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.14 |
| HSL | 206.52º | 0.72% | 0.5% | - |
| HSV(B) | 206.52º | 0.83% | 0.86% | - |
| XYZ | 22.82 | 23.99 | 70.45 | - |
| YUV | 117.92 | 185.04 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 219 | 0.83 | 0.37 | 0 | 0.14 | 206.52 | 0.72 | 0.5 |
| Hex | 26 | 8B | DB | 53 | 25 | 0 | E | CF | 48 | 32 |
| Octal | 46 | 213 | 333 | 123 | 45 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100110 | 10001011 | 11011011 | 1010011 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #268BDB
Complementary color
Monochromatic Colors of #268BDB
Black with #268BDB
Text Example
Text Example
White with #268BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BDB; }
p { color: rgb(38,139,219); }
H1.HeaderClassName
{
color: #268BDB;
}
.AnyTagClassName
{
color: #268BDB;
}
</style>
background-color css
<style>
a { background-color: #268BDB; }
a { background-color: rgb(38,139,219); }
div.DivClassName
{
background-color: #268BDB;
}
.BgClassName
{
background-color: #268BDB;
}
</style>
border-color css
<style>
span { border-color: #268BDB; }
span { border-color: rgb(38,139,219); }
td.TdClassName
{
border-color: #268BDB;
}
.TagClassName
{
border-color: #268BDB;
}
</style>