Shades of Dodger Blue #238EDC
Tints of Dodger Blue #238EDC
RGB
CMYK
RGB Variations
Color information
#238EDC (or 0x238EDC) is known color: Dodger Blue. HEX triplet: 23, 8E and DC. RGB value is (35,142,220). Sum of RGB (Red+Green+Blue) = 35+142+220=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #238EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EDC is #DC7123. Grayscale: #767676. Windows color (decimal): -14446884 or 14454307. OLE color: 14454307.
HSL color Cylindrical-coordinate representation of color #238EDC: hue angle of 205.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238EDC is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 142 | 220 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.14 |
| HSL | 205.3º | 0.73% | 0.5% | - |
| HSV(B) | 205.3º | 0.84% | 0.86% | - |
| XYZ | 23.28 | 24.87 | 71.28 | - |
| YUV | 118.9 | 185.05 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 220 | 0.84 | 0.35 | 0 | 0.14 | 205.3 | 0.73 | 0.5 |
| Hex | 23 | 8E | DC | 54 | 23 | 0 | E | CD | 49 | 32 |
| Octal | 43 | 216 | 334 | 124 | 43 | 0 | 16 | 315 | 111 | 62 |
| Binary | 100011 | 10001110 | 11011100 | 1010100 | 100011 | 0 | 1110 | 11001101 | 1001001 | 110010 |
Color Harmonies of #238EDC
Complementary color
Monochromatic Colors of #238EDC
Black with #238EDC
Text Example
Text Example
White with #238EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EDC; }
p { color: rgb(35,142,220); }
H1.HeaderClassName
{
color: #238EDC;
}
.AnyTagClassName
{
color: #238EDC;
}
</style>
background-color css
<style>
a { background-color: #238EDC; }
a { background-color: rgb(35,142,220); }
div.DivClassName
{
background-color: #238EDC;
}
.BgClassName
{
background-color: #238EDC;
}
</style>
border-color css
<style>
span { border-color: #238EDC; }
span { border-color: rgb(35,142,220); }
td.TdClassName
{
border-color: #238EDC;
}
.TagClassName
{
border-color: #238EDC;
}
</style>