Shades of Dodger Blue #237DDA
Tints of Dodger Blue #237DDA
RGB
CMYK
RGB Variations
Color information
#237DDA (or 0x237DDA) is known color: Dodger Blue. HEX triplet: 23, 7D and DA. RGB value is (35,125,218). Sum of RGB (Red+Green+Blue) = 35+125+218=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #237DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DDA is #DC8225. Grayscale: #6C6C6C. Windows color (decimal): -14451238 or 14318883. OLE color: 14318883.
HSL color Cylindrical-coordinate representation of color #237DDA: hue angle of 210.49º 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 #237DDA is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 125 | 218 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.15 |
| HSL | 210.49º | 0.72% | 0.5% | - |
| HSV(B) | 210.49º | 0.84% | 0.85% | - |
| XYZ | 20.68 | 20.09 | 69.12 | - |
| YUV | 108.69 | 189.68 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 218 | 0.84 | 0.43 | 0 | 0.15 | 210.49 | 0.72 | 0.5 |
| Hex | 23 | 7D | DA | 54 | 2B | 0 | F | D2 | 48 | 32 |
| Octal | 43 | 175 | 332 | 124 | 53 | 0 | 17 | 322 | 110 | 62 |
| Binary | 100011 | 1111101 | 11011010 | 1010100 | 101011 | 0 | 1111 | 11010010 | 1001000 | 110010 |
Color Harmonies of #237DDA
Complementary color
Monochromatic Colors of #237DDA
Black with #237DDA
Text Example
Text Example
White with #237DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DDA; }
p { color: rgb(35,125,218); }
H1.HeaderClassName
{
color: #237DDA;
}
.AnyTagClassName
{
color: #237DDA;
}
</style>
background-color css
<style>
a { background-color: #237DDA; }
a { background-color: rgb(35,125,218); }
div.DivClassName
{
background-color: #237DDA;
}
.BgClassName
{
background-color: #237DDA;
}
</style>
border-color css
<style>
span { border-color: #237DDA; }
span { border-color: rgb(35,125,218); }
td.TdClassName
{
border-color: #237DDA;
}
.TagClassName
{
border-color: #237DDA;
}
</style>