Shades of Dodger Blue #237DF2
Tints of Dodger Blue #237DF2
RGB
CMYK
RGB Variations
Color information
#237DF2 (or 0x237DF2) is known color: Dodger Blue. HEX triplet: 23, 7D and F2. RGB value is (35,125,242). Sum of RGB (Red+Green+Blue) = 35+125+242=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #237DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237DF2 is #DC820D. Grayscale: #6E6E6E. Windows color (decimal): -14451214 or 15891747. OLE color: 15891747.
HSL color Cylindrical-coordinate representation of color #237DF2: hue angle of 213.91º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #237DF2 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 125 | 242 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.05 |
| HSL | 213.91º | 0.89% | 0.54% | - |
| HSV(B) | 213.91º | 0.86% | 0.95% | - |
| XYZ | 24.05 | 21.44 | 86.87 | - |
| YUV | 111.43 | 201.68 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 242 | 0.86 | 0.48 | 0 | 0.05 | 213.91 | 0.89 | 0.54 |
| Hex | 23 | 7D | F2 | 56 | 30 | 0 | 5 | D6 | 59 | 36 |
| Octal | 43 | 175 | 362 | 126 | 60 | 0 | 5 | 326 | 131 | 66 |
| Binary | 100011 | 1111101 | 11110010 | 1010110 | 110000 | 0 | 101 | 11010110 | 1011001 | 110110 |
Color Harmonies of #237DF2
Complementary color
Monochromatic Colors of #237DF2
Black with #237DF2
Text Example
Text Example
White with #237DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DF2; }
p { color: rgb(35,125,242); }
H1.HeaderClassName
{
color: #237DF2;
}
.AnyTagClassName
{
color: #237DF2;
}
</style>
background-color css
<style>
a { background-color: #237DF2; }
a { background-color: rgb(35,125,242); }
div.DivClassName
{
background-color: #237DF2;
}
.BgClassName
{
background-color: #237DF2;
}
</style>
border-color css
<style>
span { border-color: #237DF2; }
span { border-color: rgb(35,125,242); }
td.TdClassName
{
border-color: #237DF2;
}
.TagClassName
{
border-color: #237DF2;
}
</style>