Shades of Dodger Blue #268FEB
Tints of Dodger Blue #268FEB
RGB
CMYK
RGB Variations
Color information
#268FEB (or 0x268FEB) is known color: Dodger Blue. HEX triplet: 26, 8F and EB. RGB value is (38,143,235). Sum of RGB (Red+Green+Blue) = 38+143+235=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #268FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FEB is #D97014. Grayscale: #797979. Windows color (decimal): -14250005 or 15437606. OLE color: 15437606.
HSL color Cylindrical-coordinate representation of color #268FEB: hue angle of 208.02º 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 #268FEB is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 143 | 235 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.08 |
| HSL | 208.02º | 0.83% | 0.54% | - |
| HSV(B) | 208.02º | 0.84% | 0.92% | - |
| XYZ | 25.62 | 26.06 | 82.28 | - |
| YUV | 122.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 235 | 0.84 | 0.39 | 0 | 0.08 | 208.02 | 0.83 | 0.54 |
| Hex | 26 | 8F | EB | 54 | 27 | 0 | 8 | D0 | 53 | 36 |
| Octal | 46 | 217 | 353 | 124 | 47 | 0 | 10 | 320 | 123 | 66 |
| Binary | 100110 | 10001111 | 11101011 | 1010100 | 100111 | 0 | 1000 | 11010000 | 1010011 | 110110 |
Color Harmonies of #268FEB
Complementary color
Monochromatic Colors of #268FEB
Black with #268FEB
Text Example
Text Example
White with #268FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FEB; }
p { color: rgb(38,143,235); }
H1.HeaderClassName
{
color: #268FEB;
}
.AnyTagClassName
{
color: #268FEB;
}
</style>
background-color css
<style>
a { background-color: #268FEB; }
a { background-color: rgb(38,143,235); }
div.DivClassName
{
background-color: #268FEB;
}
.BgClassName
{
background-color: #268FEB;
}
</style>
border-color css
<style>
span { border-color: #268FEB; }
span { border-color: rgb(38,143,235); }
td.TdClassName
{
border-color: #268FEB;
}
.TagClassName
{
border-color: #268FEB;
}
</style>