Shades of Dodger Blue #268CEA
Tints of Dodger Blue #268CEA
RGB
CMYK
RGB Variations
Color information
#268CEA (or 0x268CEA) is known color: Dodger Blue. HEX triplet: 26, 8C and EA. RGB value is (38,140,234). Sum of RGB (Red+Green+Blue) = 38+140+234=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #268CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CEA is #D97315. Grayscale: #777777. Windows color (decimal): -14250774 or 15371302. OLE color: 15371302.
HSL color Cylindrical-coordinate representation of color #268CEA: hue angle of 208.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268CEA is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 140 | 234 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.08 |
| HSL | 208.78º | 0.82% | 0.53% | - |
| HSV(B) | 208.78º | 0.84% | 0.92% | - |
| XYZ | 25.03 | 25.11 | 81.37 | - |
| YUV | 120.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 234 | 0.84 | 0.40 | 0 | 0.08 | 208.78 | 0.82 | 0.53 |
| Hex | 26 | 8C | EA | 54 | 28 | 0 | 8 | D1 | 52 | 35 |
| Octal | 46 | 214 | 352 | 124 | 50 | 0 | 10 | 321 | 122 | 65 |
| Binary | 100110 | 10001100 | 11101010 | 1010100 | 101000 | 0 | 1000 | 11010001 | 1010010 | 110101 |
Color Harmonies of #268CEA
Complementary color
Monochromatic Colors of #268CEA
Black with #268CEA
Text Example
Text Example
White with #268CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CEA; }
p { color: rgb(38,140,234); }
H1.HeaderClassName
{
color: #268CEA;
}
.AnyTagClassName
{
color: #268CEA;
}
</style>
background-color css
<style>
a { background-color: #268CEA; }
a { background-color: rgb(38,140,234); }
div.DivClassName
{
background-color: #268CEA;
}
.BgClassName
{
background-color: #268CEA;
}
</style>
border-color css
<style>
span { border-color: #268CEA; }
span { border-color: rgb(38,140,234); }
td.TdClassName
{
border-color: #268CEA;
}
.TagClassName
{
border-color: #268CEA;
}
</style>