Shades of Dodger Blue #268DDB
Tints of Dodger Blue #268DDB
RGB
CMYK
RGB Variations
Color information
#268DDB (or 0x268DDB) is known color: Dodger Blue. HEX triplet: 26, 8D and DB. RGB value is (38,141,219). Sum of RGB (Red+Green+Blue) = 38+141+219=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #268DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DDB is #D97224. Grayscale: #767676. Windows color (decimal): -14250533 or 14388518. OLE color: 14388518.
HSL color Cylindrical-coordinate representation of color #268DDB: hue angle of 205.86º 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 #268DDB is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 141 | 219 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.14 |
| HSL | 205.86º | 0.72% | 0.5% | - |
| HSV(B) | 205.86º | 0.83% | 0.86% | - |
| XYZ | 23.11 | 24.58 | 70.54 | - |
| YUV | 119.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 219 | 0.83 | 0.36 | 0 | 0.14 | 205.86 | 0.72 | 0.5 |
| Hex | 26 | 8D | DB | 53 | 24 | 0 | E | CE | 48 | 32 |
| Octal | 46 | 215 | 333 | 123 | 44 | 0 | 16 | 316 | 110 | 62 |
| Binary | 100110 | 10001101 | 11011011 | 1010011 | 100100 | 0 | 1110 | 11001110 | 1001000 | 110010 |
Color Harmonies of #268DDB
Complementary color
Monochromatic Colors of #268DDB
Black with #268DDB
Text Example
Text Example
White with #268DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DDB; }
p { color: rgb(38,141,219); }
H1.HeaderClassName
{
color: #268DDB;
}
.AnyTagClassName
{
color: #268DDB;
}
</style>
background-color css
<style>
a { background-color: #268DDB; }
a { background-color: rgb(38,141,219); }
div.DivClassName
{
background-color: #268DDB;
}
.BgClassName
{
background-color: #268DDB;
}
</style>
border-color css
<style>
span { border-color: #268DDB; }
span { border-color: rgb(38,141,219); }
td.TdClassName
{
border-color: #268DDB;
}
.TagClassName
{
border-color: #268DDB;
}
</style>