Shades of Dodger Blue #268EFF
Tints of Dodger Blue #268EFF
RGB
CMYK
RGB Variations
Color information
#268EFF (or 0x268EFF) is known color: Dodger Blue. HEX triplet: 26, 8E and FF. RGB value is (38,142,255). Sum of RGB (Red+Green+Blue) = 38+142+255=435 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.74% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #268EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EFF is #D97100. Grayscale: #7B7B7B. Windows color (decimal): -14250241 or 16748070. OLE color: 16748070.
HSL color Cylindrical-coordinate representation of color #268EFF: hue angle of 211.24º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268EFF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 142 | 255 | - |
| CMYK | 0.85 | 0.44 | 0 | 0 |
| HSL | 211.24º | 1% | 0.57% | - |
| HSV(B) | 211.24º | 0.85% | 1% | - |
| XYZ | 28.52 | 26.98 | 98.31 | - |
| YUV | 123.79 | 202.04 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 255 | 0.85 | 0.44 | 0 | 0 | 211.24 | 1 | 0.57 |
| Hex | 26 | 8E | FF | 55 | 2C | 0 | 0 | D3 | 64 | 39 |
| Octal | 46 | 216 | 377 | 125 | 54 | 0 | 0 | 323 | 144 | 71 |
| Binary | 100110 | 10001110 | 11111111 | 1010101 | 101100 | 0 | 0 | 11010011 | 1100100 | 111001 |
Color Harmonies of #268EFF
Complementary color
Monochromatic Colors of #268EFF
Black with #268EFF
Text Example
Text Example
White with #268EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EFF; }
p { color: rgb(38,142,255); }
H1.HeaderClassName
{
color: #268EFF;
}
.AnyTagClassName
{
color: #268EFF;
}
</style>
background-color css
<style>
a { background-color: #268EFF; }
a { background-color: rgb(38,142,255); }
div.DivClassName
{
background-color: #268EFF;
}
.BgClassName
{
background-color: #268EFF;
}
</style>
border-color css
<style>
span { border-color: #268EFF; }
span { border-color: rgb(38,142,255); }
td.TdClassName
{
border-color: #268EFF;
}
.TagClassName
{
border-color: #268EFF;
}
</style>