Shades of Dodger Blue #268ADB
Tints of Dodger Blue #268ADB
RGB
CMYK
RGB Variations
Color information
#268ADB (or 0x268ADB) is known color: Dodger Blue. HEX triplet: 26, 8A and DB. RGB value is (38,138,219). Sum of RGB (Red+Green+Blue) = 38+138+219=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #268ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ADB is #D97524. Grayscale: #747474. Windows color (decimal): -14251301 or 14387750. OLE color: 14387750.
HSL color Cylindrical-coordinate representation of color #268ADB: hue angle of 206.85º 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 #268ADB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 138 | 219 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.14 |
| HSL | 206.85º | 0.72% | 0.5% | - |
| HSV(B) | 206.85º | 0.83% | 0.86% | - |
| XYZ | 22.67 | 23.7 | 70.4 | - |
| YUV | 117.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 219 | 0.83 | 0.37 | 0 | 0.14 | 206.85 | 0.72 | 0.5 |
| Hex | 26 | 8A | DB | 53 | 25 | 0 | E | CF | 48 | 32 |
| Octal | 46 | 212 | 333 | 123 | 45 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100110 | 10001010 | 11011011 | 1010011 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #268ADB
Complementary color
Monochromatic Colors of #268ADB
Black with #268ADB
Text Example
Text Example
White with #268ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ADB; }
p { color: rgb(38,138,219); }
H1.HeaderClassName
{
color: #268ADB;
}
.AnyTagClassName
{
color: #268ADB;
}
</style>
background-color css
<style>
a { background-color: #268ADB; }
a { background-color: rgb(38,138,219); }
div.DivClassName
{
background-color: #268ADB;
}
.BgClassName
{
background-color: #268ADB;
}
</style>
border-color css
<style>
span { border-color: #268ADB; }
span { border-color: rgb(38,138,219); }
td.TdClassName
{
border-color: #268ADB;
}
.TagClassName
{
border-color: #268ADB;
}
</style>