Shades of Dodger Blue #237EDD
Tints of Dodger Blue #237EDD
RGB
CMYK
RGB Variations
Color information
#237EDD (or 0x237EDD) is known color: Dodger Blue. HEX triplet: 23, 7E and DD. RGB value is (35,126,221). Sum of RGB (Red+Green+Blue) = 35+126+221=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #237EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EDD is #DC8122. Grayscale: #6D6D6D. Windows color (decimal): -14450979 or 14515747. OLE color: 14515747.
HSL color Cylindrical-coordinate representation of color #237EDD: hue angle of 210.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237EDD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 126 | 221 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.13 |
| HSL | 210.65º | 0.73% | 0.5% | - |
| HSV(B) | 210.65º | 0.84% | 0.87% | - |
| XYZ | 21.21 | 20.5 | 71.25 | - |
| YUV | 109.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 221 | 0.84 | 0.43 | 0 | 0.13 | 210.65 | 0.73 | 0.5 |
| Hex | 23 | 7E | DD | 54 | 2B | 0 | D | D3 | 49 | 32 |
| Octal | 43 | 176 | 335 | 124 | 53 | 0 | 15 | 323 | 111 | 62 |
| Binary | 100011 | 1111110 | 11011101 | 1010100 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110010 |
Color Harmonies of #237EDD
Complementary color
Monochromatic Colors of #237EDD
Black with #237EDD
Text Example
Text Example
White with #237EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237EDD; }
p { color: rgb(35,126,221); }
H1.HeaderClassName
{
color: #237EDD;
}
.AnyTagClassName
{
color: #237EDD;
}
</style>
background-color css
<style>
a { background-color: #237EDD; }
a { background-color: rgb(35,126,221); }
div.DivClassName
{
background-color: #237EDD;
}
.BgClassName
{
background-color: #237EDD;
}
</style>
border-color css
<style>
span { border-color: #237EDD; }
span { border-color: rgb(35,126,221); }
td.TdClassName
{
border-color: #237EDD;
}
.TagClassName
{
border-color: #237EDD;
}
</style>