Shades of Dodger Blue #2375EB
Tints of Dodger Blue #2375EB
RGB
CMYK
RGB Variations
Color information
#2375EB (or 0x2375EB) is known color: Dodger Blue. HEX triplet: 23, 75 and EB. RGB value is (35,117,235). Sum of RGB (Red+Green+Blue) = 35+117+235=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #2375EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2375EB is #DC8A14. Grayscale: #696969. Windows color (decimal): -14453269 or 15430947. OLE color: 15430947.
HSL color Cylindrical-coordinate representation of color #2375EB: hue angle of 215.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2375EB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 117 | 235 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.08 |
| HSL | 215.4º | 0.83% | 0.53% | - |
| HSV(B) | 215.4º | 0.85% | 0.92% | - |
| XYZ | 22.05 | 19.08 | 81.12 | - |
| YUV | 105.93 | 200.83 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 235 | 0.85 | 0.50 | 0 | 0.08 | 215.4 | 0.83 | 0.53 |
| Hex | 23 | 75 | EB | 55 | 32 | 0 | 8 | D7 | 53 | 35 |
| Octal | 43 | 165 | 353 | 125 | 62 | 0 | 10 | 327 | 123 | 65 |
| Binary | 100011 | 1110101 | 11101011 | 1010101 | 110010 | 0 | 1000 | 11010111 | 1010011 | 110101 |
Color Harmonies of #2375EB
Complementary color
Monochromatic Colors of #2375EB
Black with #2375EB
Text Example
Text Example
White with #2375EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375EB; }
p { color: rgb(35,117,235); }
H1.HeaderClassName
{
color: #2375EB;
}
.AnyTagClassName
{
color: #2375EB;
}
</style>
background-color css
<style>
a { background-color: #2375EB; }
a { background-color: rgb(35,117,235); }
div.DivClassName
{
background-color: #2375EB;
}
.BgClassName
{
background-color: #2375EB;
}
</style>
border-color css
<style>
span { border-color: #2375EB; }
span { border-color: rgb(35,117,235); }
td.TdClassName
{
border-color: #2375EB;
}
.TagClassName
{
border-color: #2375EB;
}
</style>