Shades of Dodger Blue #268BE0
Tints of Dodger Blue #268BE0
RGB
CMYK
RGB Variations
Color information
#268BE0 (or 0x268BE0) is known color: Dodger Blue. HEX triplet: 26, 8B and E0. RGB value is (38,139,224). Sum of RGB (Red+Green+Blue) = 38+139+224=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #268BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BE0 is #D9741F. Grayscale: #767676. Windows color (decimal): -14251040 or 14715686. OLE color: 14715686.
HSL color Cylindrical-coordinate representation of color #268BE0: hue angle of 207.42º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268BE0 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 139 | 224 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.12 |
| HSL | 207.42º | 0.75% | 0.51% | - |
| HSV(B) | 207.42º | 0.83% | 0.88% | - |
| XYZ | 23.49 | 24.26 | 73.97 | - |
| YUV | 118.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 224 | 0.83 | 0.38 | 0 | 0.12 | 207.42 | 0.75 | 0.51 |
| Hex | 26 | 8B | E0 | 53 | 26 | 0 | C | CF | 4B | 33 |
| Octal | 46 | 213 | 340 | 123 | 46 | 0 | 14 | 317 | 113 | 63 |
| Binary | 100110 | 10001011 | 11100000 | 1010011 | 100110 | 0 | 1100 | 11001111 | 1001011 | 110011 |
Color Harmonies of #268BE0
Complementary color
Monochromatic Colors of #268BE0
Black with #268BE0
Text Example
Text Example
White with #268BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BE0; }
p { color: rgb(38,139,224); }
H1.HeaderClassName
{
color: #268BE0;
}
.AnyTagClassName
{
color: #268BE0;
}
</style>
background-color css
<style>
a { background-color: #268BE0; }
a { background-color: rgb(38,139,224); }
div.DivClassName
{
background-color: #268BE0;
}
.BgClassName
{
background-color: #268BE0;
}
</style>
border-color css
<style>
span { border-color: #268BE0; }
span { border-color: rgb(38,139,224); }
td.TdClassName
{
border-color: #268BE0;
}
.TagClassName
{
border-color: #268BE0;
}
</style>