Shades of Dodger Blue #237CE1
Tints of Dodger Blue #237CE1
RGB
CMYK
RGB Variations
Color information
#237CE1 (or 0x237CE1) is known color: Dodger Blue. HEX triplet: 23, 7C and E1. RGB value is (35,124,225). Sum of RGB (Red+Green+Blue) = 35+124+225=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #237CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237CE1 is #DC831E. Grayscale: #6C6C6C. Windows color (decimal): -14451487 or 14777379. OLE color: 14777379.
HSL color Cylindrical-coordinate representation of color #237CE1: hue angle of 211.89º 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 #237CE1 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 124 | 225 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.12 |
| HSL | 211.89º | 0.76% | 0.51% | - |
| HSV(B) | 211.89º | 0.84% | 0.88% | - |
| XYZ | 21.49 | 20.21 | 74 | - |
| YUV | 108.9 | 193.51 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 225 | 0.84 | 0.45 | 0 | 0.12 | 211.89 | 0.76 | 0.51 |
| Hex | 23 | 7C | E1 | 54 | 2D | 0 | C | D4 | 4C | 33 |
| Octal | 43 | 174 | 341 | 124 | 55 | 0 | 14 | 324 | 114 | 63 |
| Binary | 100011 | 1111100 | 11100001 | 1010100 | 101101 | 0 | 1100 | 11010100 | 1001100 | 110011 |
Color Harmonies of #237CE1
Complementary color
Monochromatic Colors of #237CE1
Black with #237CE1
Text Example
Text Example
White with #237CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237CE1; }
p { color: rgb(35,124,225); }
H1.HeaderClassName
{
color: #237CE1;
}
.AnyTagClassName
{
color: #237CE1;
}
</style>
background-color css
<style>
a { background-color: #237CE1; }
a { background-color: rgb(35,124,225); }
div.DivClassName
{
background-color: #237CE1;
}
.BgClassName
{
background-color: #237CE1;
}
</style>
border-color css
<style>
span { border-color: #237CE1; }
span { border-color: rgb(35,124,225); }
td.TdClassName
{
border-color: #237CE1;
}
.TagClassName
{
border-color: #237CE1;
}
</style>