Shades of Dodger Blue #237CE6
Tints of Dodger Blue #237CE6
RGB
CMYK
RGB Variations
Color information
#237CE6 (or 0x237CE6) is known color: Dodger Blue. HEX triplet: 23, 7C and E6. RGB value is (35,124,230). Sum of RGB (Red+Green+Blue) = 35+124+230=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #237CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237CE6 is #DC8319. Grayscale: #6C6C6C. Windows color (decimal): -14451482 or 15105059. OLE color: 15105059.
HSL color Cylindrical-coordinate representation of color #237CE6: hue angle of 212.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237CE6 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 124 | 230 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.10 |
| HSL | 212.62º | 0.8% | 0.52% | - |
| HSV(B) | 212.62º | 0.85% | 0.9% | - |
| XYZ | 22.18 | 20.49 | 77.65 | - |
| YUV | 109.47 | 196.01 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 230 | 0.85 | 0.46 | 0 | 0.10 | 212.62 | 0.8 | 0.52 |
| Hex | 23 | 7C | E6 | 55 | 2E | 0 | A | D5 | 50 | 34 |
| Octal | 43 | 174 | 346 | 125 | 56 | 0 | 12 | 325 | 120 | 64 |
| Binary | 100011 | 1111100 | 11100110 | 1010101 | 101110 | 0 | 1010 | 11010101 | 1010000 | 110100 |
Color Harmonies of #237CE6
Complementary color
Monochromatic Colors of #237CE6
Black with #237CE6
Text Example
Text Example
White with #237CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237CE6; }
p { color: rgb(35,124,230); }
H1.HeaderClassName
{
color: #237CE6;
}
.AnyTagClassName
{
color: #237CE6;
}
</style>
background-color css
<style>
a { background-color: #237CE6; }
a { background-color: rgb(35,124,230); }
div.DivClassName
{
background-color: #237CE6;
}
.BgClassName
{
background-color: #237CE6;
}
</style>
border-color css
<style>
span { border-color: #237CE6; }
span { border-color: rgb(35,124,230); }
td.TdClassName
{
border-color: #237CE6;
}
.TagClassName
{
border-color: #237CE6;
}
</style>