Shades of Dodger Blue #237DF1
Tints of Dodger Blue #237DF1
RGB
CMYK
RGB Variations
Color information
#237DF1 (or 0x237DF1) is known color: Dodger Blue. HEX triplet: 23, 7D and F1. RGB value is (35,125,241). Sum of RGB (Red+Green+Blue) = 35+125+241=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #237DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237DF1 is #DC820E. Grayscale: #6E6E6E. Windows color (decimal): -14451215 or 15826211. OLE color: 15826211.
HSL color Cylindrical-coordinate representation of color #237DF1: hue angle of 213.79º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237DF1 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 125 | 241 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.05 |
| HSL | 213.79º | 0.88% | 0.54% | - |
| HSV(B) | 213.79º | 0.85% | 0.95% | - |
| XYZ | 23.9 | 21.38 | 86.09 | - |
| YUV | 111.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 241 | 0.85 | 0.48 | 0 | 0.05 | 213.79 | 0.88 | 0.54 |
| Hex | 23 | 7D | F1 | 55 | 30 | 0 | 5 | D6 | 58 | 36 |
| Octal | 43 | 175 | 361 | 125 | 60 | 0 | 5 | 326 | 130 | 66 |
| Binary | 100011 | 1111101 | 11110001 | 1010101 | 110000 | 0 | 101 | 11010110 | 1011000 | 110110 |
Color Harmonies of #237DF1
Complementary color
Monochromatic Colors of #237DF1
Black with #237DF1
Text Example
Text Example
White with #237DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DF1; }
p { color: rgb(35,125,241); }
H1.HeaderClassName
{
color: #237DF1;
}
.AnyTagClassName
{
color: #237DF1;
}
</style>
background-color css
<style>
a { background-color: #237DF1; }
a { background-color: rgb(35,125,241); }
div.DivClassName
{
background-color: #237DF1;
}
.BgClassName
{
background-color: #237DF1;
}
</style>
border-color css
<style>
span { border-color: #237DF1; }
span { border-color: rgb(35,125,241); }
td.TdClassName
{
border-color: #237DF1;
}
.TagClassName
{
border-color: #237DF1;
}
</style>