Shades of Dodger Blue #268CEE
Tints of Dodger Blue #268CEE
RGB
CMYK
RGB Variations
Color information
#268CEE (or 0x268CEE) is known color: Dodger Blue. HEX triplet: 26, 8C and EE. RGB value is (38,140,238). Sum of RGB (Red+Green+Blue) = 38+140+238=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #268CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CEE is #D97311. Grayscale: #787878. Windows color (decimal): -14250770 or 15633446. OLE color: 15633446.
HSL color Cylindrical-coordinate representation of color #268CEE: hue angle of 209.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268CEE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 140 | 238 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.07 |
| HSL | 209.4º | 0.85% | 0.54% | - |
| HSV(B) | 209.4º | 0.84% | 0.93% | - |
| XYZ | 25.61 | 25.34 | 84.43 | - |
| YUV | 120.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 238 | 0.84 | 0.41 | 0 | 0.07 | 209.4 | 0.85 | 0.54 |
| Hex | 26 | 8C | EE | 54 | 29 | 0 | 7 | D1 | 55 | 36 |
| Octal | 46 | 214 | 356 | 124 | 51 | 0 | 7 | 321 | 125 | 66 |
| Binary | 100110 | 10001100 | 11101110 | 1010100 | 101001 | 0 | 111 | 11010001 | 1010101 | 110110 |
Color Harmonies of #268CEE
Complementary color
Monochromatic Colors of #268CEE
Black with #268CEE
Text Example
Text Example
White with #268CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CEE; }
p { color: rgb(38,140,238); }
H1.HeaderClassName
{
color: #268CEE;
}
.AnyTagClassName
{
color: #268CEE;
}
</style>
background-color css
<style>
a { background-color: #268CEE; }
a { background-color: rgb(38,140,238); }
div.DivClassName
{
background-color: #268CEE;
}
.BgClassName
{
background-color: #268CEE;
}
</style>
border-color css
<style>
span { border-color: #268CEE; }
span { border-color: rgb(38,140,238); }
td.TdClassName
{
border-color: #268CEE;
}
.TagClassName
{
border-color: #268CEE;
}
</style>