Shades of Dodger Blue #2385E9
Tints of Dodger Blue #2385E9
RGB
CMYK
RGB Variations
Color information
#2385E9 (or 0x2385E9) is known color: Dodger Blue. HEX triplet: 23, 85 and E9. RGB value is (35,133,233). Sum of RGB (Red+Green+Blue) = 35+133+233=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #2385E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2385E9 is #DC7A16. Grayscale: #727272. Windows color (decimal): -14449175 or 15303971. OLE color: 15303971.
HSL color Cylindrical-coordinate representation of color #2385E9: hue angle of 210.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2385E9 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 133 | 233 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.09 |
| HSL | 210.3º | 0.82% | 0.53% | - |
| HSV(B) | 210.3º | 0.85% | 0.91% | - |
| XYZ | 23.79 | 23.02 | 80.28 | - |
| YUV | 115.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 233 | 0.85 | 0.43 | 0 | 0.09 | 210.3 | 0.82 | 0.53 |
| Hex | 23 | 85 | E9 | 55 | 2B | 0 | 9 | D2 | 52 | 35 |
| Octal | 43 | 205 | 351 | 125 | 53 | 0 | 11 | 322 | 122 | 65 |
| Binary | 100011 | 10000101 | 11101001 | 1010101 | 101011 | 0 | 1001 | 11010010 | 1010010 | 110101 |
Color Harmonies of #2385E9
Complementary color
Monochromatic Colors of #2385E9
Black with #2385E9
Text Example
Text Example
White with #2385E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2385E9; }
p { color: rgb(35,133,233); }
H1.HeaderClassName
{
color: #2385E9;
}
.AnyTagClassName
{
color: #2385E9;
}
</style>
background-color css
<style>
a { background-color: #2385E9; }
a { background-color: rgb(35,133,233); }
div.DivClassName
{
background-color: #2385E9;
}
.BgClassName
{
background-color: #2385E9;
}
</style>
border-color css
<style>
span { border-color: #2385E9; }
span { border-color: rgb(35,133,233); }
td.TdClassName
{
border-color: #2385E9;
}
.TagClassName
{
border-color: #2385E9;
}
</style>