Shades of Dodger Blue #238CE1
Tints of Dodger Blue #238CE1
RGB
CMYK
RGB Variations
Color information
#238CE1 (or 0x238CE1) is known color: Dodger Blue. HEX triplet: 23, 8C and E1. RGB value is (35,140,225). Sum of RGB (Red+Green+Blue) = 35+140+225=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #238CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CE1 is #DC731E. Grayscale: #757575. Windows color (decimal): -14447391 or 14781475. OLE color: 14781475.
HSL color Cylindrical-coordinate representation of color #238CE1: hue angle of 206.84º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238CE1 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 140 | 225 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.12 |
| HSL | 206.84º | 0.76% | 0.51% | - |
| HSV(B) | 206.84º | 0.84% | 0.88% | - |
| XYZ | 23.66 | 24.55 | 74.73 | - |
| YUV | 118.3 | 188.21 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 225 | 0.84 | 0.38 | 0 | 0.12 | 206.84 | 0.76 | 0.51 |
| Hex | 23 | 8C | E1 | 54 | 26 | 0 | C | CF | 4C | 33 |
| Octal | 43 | 214 | 341 | 124 | 46 | 0 | 14 | 317 | 114 | 63 |
| Binary | 100011 | 10001100 | 11100001 | 1010100 | 100110 | 0 | 1100 | 11001111 | 1001100 | 110011 |
Color Harmonies of #238CE1
Complementary color
Monochromatic Colors of #238CE1
Black with #238CE1
Text Example
Text Example
White with #238CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CE1; }
p { color: rgb(35,140,225); }
H1.HeaderClassName
{
color: #238CE1;
}
.AnyTagClassName
{
color: #238CE1;
}
</style>
background-color css
<style>
a { background-color: #238CE1; }
a { background-color: rgb(35,140,225); }
div.DivClassName
{
background-color: #238CE1;
}
.BgClassName
{
background-color: #238CE1;
}
</style>
border-color css
<style>
span { border-color: #238CE1; }
span { border-color: rgb(35,140,225); }
td.TdClassName
{
border-color: #238CE1;
}
.TagClassName
{
border-color: #238CE1;
}
</style>