Shades of Dodger Blue #238ED8
Tints of Dodger Blue #238ED8
RGB
CMYK
RGB Variations
Color information
#238ED8 (or 0x238ED8) is known color: Dodger Blue. HEX triplet: 23, 8E and D8. RGB value is (35,142,216). Sum of RGB (Red+Green+Blue) = 35+142+216=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #238ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ED8 is #DC7127. Grayscale: #767676. Windows color (decimal): -14446888 or 14192163. OLE color: 14192163.
HSL color Cylindrical-coordinate representation of color #238ED8: hue angle of 204.53º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238ED8 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 142 | 216 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.15 |
| HSL | 204.53º | 0.72% | 0.49% | - |
| HSV(B) | 204.53º | 0.84% | 0.85% | - |
| XYZ | 22.76 | 24.66 | 68.53 | - |
| YUV | 118.44 | 183.05 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 216 | 0.84 | 0.34 | 0 | 0.15 | 204.53 | 0.72 | 0.49 |
| Hex | 23 | 8E | D8 | 54 | 22 | 0 | F | CD | 48 | 31 |
| Octal | 43 | 216 | 330 | 124 | 42 | 0 | 17 | 315 | 110 | 61 |
| Binary | 100011 | 10001110 | 11011000 | 1010100 | 100010 | 0 | 1111 | 11001101 | 1001000 | 110001 |
Color Harmonies of #238ED8
Complementary color
Monochromatic Colors of #238ED8
Black with #238ED8
Text Example
Text Example
White with #238ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238ED8; }
p { color: rgb(35,142,216); }
H1.HeaderClassName
{
color: #238ED8;
}
.AnyTagClassName
{
color: #238ED8;
}
</style>
background-color css
<style>
a { background-color: #238ED8; }
a { background-color: rgb(35,142,216); }
div.DivClassName
{
background-color: #238ED8;
}
.BgClassName
{
background-color: #238ED8;
}
</style>
border-color css
<style>
span { border-color: #238ED8; }
span { border-color: rgb(35,142,216); }
td.TdClassName
{
border-color: #238ED8;
}
.TagClassName
{
border-color: #238ED8;
}
</style>