Shades of Dodger Blue #237CEF
Tints of Dodger Blue #237CEF
RGB
CMYK
RGB Variations
Color information
#237CEF (or 0x237CEF) is known color: Dodger Blue. HEX triplet: 23, 7C and EF. RGB value is (35,124,239). Sum of RGB (Red+Green+Blue) = 35+124+239=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #237CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237CEF is #DC8310. Grayscale: #6D6D6D. Windows color (decimal): -14451473 or 15694883. OLE color: 15694883.
HSL color Cylindrical-coordinate representation of color #237CEF: hue angle of 213.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237CEF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 124 | 239 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.06 |
| HSL | 213.82º | 0.86% | 0.54% | - |
| HSV(B) | 213.82º | 0.85% | 0.94% | - |
| XYZ | 23.48 | 21 | 84.48 | - |
| YUV | 110.5 | 200.51 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 239 | 0.85 | 0.48 | 0 | 0.06 | 213.82 | 0.86 | 0.54 |
| Hex | 23 | 7C | EF | 55 | 30 | 0 | 6 | D6 | 56 | 36 |
| Octal | 43 | 174 | 357 | 125 | 60 | 0 | 6 | 326 | 126 | 66 |
| Binary | 100011 | 1111100 | 11101111 | 1010101 | 110000 | 0 | 110 | 11010110 | 1010110 | 110110 |
Color Harmonies of #237CEF
Complementary color
Monochromatic Colors of #237CEF
Black with #237CEF
Text Example
Text Example
White with #237CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237CEF; }
p { color: rgb(35,124,239); }
H1.HeaderClassName
{
color: #237CEF;
}
.AnyTagClassName
{
color: #237CEF;
}
</style>
background-color css
<style>
a { background-color: #237CEF; }
a { background-color: rgb(35,124,239); }
div.DivClassName
{
background-color: #237CEF;
}
.BgClassName
{
background-color: #237CEF;
}
</style>
border-color css
<style>
span { border-color: #237CEF; }
span { border-color: rgb(35,124,239); }
td.TdClassName
{
border-color: #237CEF;
}
.TagClassName
{
border-color: #237CEF;
}
</style>