Shades of Dodger Blue #268BEB
Tints of Dodger Blue #268BEB
RGB
CMYK
RGB Variations
Color information
#268BEB (or 0x268BEB) is known color: Dodger Blue. HEX triplet: 26, 8B and EB. RGB value is (38,139,235). Sum of RGB (Red+Green+Blue) = 38+139+235=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #268BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BEB is #D97414. Grayscale: #777777. Windows color (decimal): -14251029 or 15436582. OLE color: 15436582.
HSL color Cylindrical-coordinate representation of color #268BEB: hue angle of 209.24º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268BEB is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 139 | 235 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.08 |
| HSL | 209.24º | 0.83% | 0.54% | - |
| HSV(B) | 209.24º | 0.84% | 0.92% | - |
| XYZ | 25.03 | 24.88 | 82.08 | - |
| YUV | 119.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 235 | 0.84 | 0.41 | 0 | 0.08 | 209.24 | 0.83 | 0.54 |
| Hex | 26 | 8B | EB | 54 | 29 | 0 | 8 | D1 | 53 | 36 |
| Octal | 46 | 213 | 353 | 124 | 51 | 0 | 10 | 321 | 123 | 66 |
| Binary | 100110 | 10001011 | 11101011 | 1010100 | 101001 | 0 | 1000 | 11010001 | 1010011 | 110110 |
Color Harmonies of #268BEB
Complementary color
Monochromatic Colors of #268BEB
Black with #268BEB
Text Example
Text Example
White with #268BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BEB; }
p { color: rgb(38,139,235); }
H1.HeaderClassName
{
color: #268BEB;
}
.AnyTagClassName
{
color: #268BEB;
}
</style>
background-color css
<style>
a { background-color: #268BEB; }
a { background-color: rgb(38,139,235); }
div.DivClassName
{
background-color: #268BEB;
}
.BgClassName
{
background-color: #268BEB;
}
</style>
border-color css
<style>
span { border-color: #268BEB; }
span { border-color: rgb(38,139,235); }
td.TdClassName
{
border-color: #268BEB;
}
.TagClassName
{
border-color: #268BEB;
}
</style>