Shades of Dodger Blue #237EDA
Tints of Dodger Blue #237EDA
RGB
CMYK
RGB Variations
Color information
#237EDA (or 0x237EDA) is known color: Dodger Blue. HEX triplet: 23, 7E and DA. RGB value is (35,126,218). Sum of RGB (Red+Green+Blue) = 35+126+218=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #237EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EDA is #DC8125. Grayscale: #6C6C6C. Windows color (decimal): -14450982 or 14319139. OLE color: 14319139.
HSL color Cylindrical-coordinate representation of color #237EDA: hue angle of 210.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237EDA is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 126 | 218 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.15 |
| HSL | 210.16º | 0.72% | 0.5% | - |
| HSV(B) | 210.16º | 0.84% | 0.85% | - |
| XYZ | 20.81 | 20.34 | 69.16 | - |
| YUV | 109.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 218 | 0.84 | 0.42 | 0 | 0.15 | 210.16 | 0.72 | 0.5 |
| Hex | 23 | 7E | DA | 54 | 2A | 0 | F | D2 | 48 | 32 |
| Octal | 43 | 176 | 332 | 124 | 52 | 0 | 17 | 322 | 110 | 62 |
| Binary | 100011 | 1111110 | 11011010 | 1010100 | 101010 | 0 | 1111 | 11010010 | 1001000 | 110010 |
Color Harmonies of #237EDA
Complementary color
Monochromatic Colors of #237EDA
Black with #237EDA
Text Example
Text Example
White with #237EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237EDA; }
p { color: rgb(35,126,218); }
H1.HeaderClassName
{
color: #237EDA;
}
.AnyTagClassName
{
color: #237EDA;
}
</style>
background-color css
<style>
a { background-color: #237EDA; }
a { background-color: rgb(35,126,218); }
div.DivClassName
{
background-color: #237EDA;
}
.BgClassName
{
background-color: #237EDA;
}
</style>
border-color css
<style>
span { border-color: #237EDA; }
span { border-color: rgb(35,126,218); }
td.TdClassName
{
border-color: #237EDA;
}
.TagClassName
{
border-color: #237EDA;
}
</style>