Shades of Dodger Blue #2398EC
Tints of Dodger Blue #2398EC
RGB
CMYK
RGB Variations
Color information
#2398EC (or 0x2398EC) is known color: Dodger Blue. HEX triplet: 23, 98 and EC. RGB value is (35,152,236). Sum of RGB (Red+Green+Blue) = 35+152+236=423 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.27% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #2398EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2398EC is #DC6713. Grayscale: #7E7E7E. Windows color (decimal): -14444308 or 15505443. OLE color: 15505443.
HSL color Cylindrical-coordinate representation of color #2398EC: hue angle of 205.07º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2398EC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 152 | 236 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.07 |
| HSL | 205.07º | 0.84% | 0.53% | - |
| HSV(B) | 205.07º | 0.85% | 0.93% | - |
| XYZ | 27.06 | 28.87 | 83.5 | - |
| YUV | 126.59 | 189.74 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 236 | 0.85 | 0.36 | 0 | 0.07 | 205.07 | 0.84 | 0.53 |
| Hex | 23 | 98 | EC | 55 | 24 | 0 | 7 | CD | 54 | 35 |
| Octal | 43 | 230 | 354 | 125 | 44 | 0 | 7 | 315 | 124 | 65 |
| Binary | 100011 | 10011000 | 11101100 | 1010101 | 100100 | 0 | 111 | 11001101 | 1010100 | 110101 |
Color Harmonies of #2398EC
Complementary color
Monochromatic Colors of #2398EC
Black with #2398EC
Text Example
Text Example
White with #2398EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2398EC; }
p { color: rgb(35,152,236); }
H1.HeaderClassName
{
color: #2398EC;
}
.AnyTagClassName
{
color: #2398EC;
}
</style>
background-color css
<style>
a { background-color: #2398EC; }
a { background-color: rgb(35,152,236); }
div.DivClassName
{
background-color: #2398EC;
}
.BgClassName
{
background-color: #2398EC;
}
</style>
border-color css
<style>
span { border-color: #2398EC; }
span { border-color: rgb(35,152,236); }
td.TdClassName
{
border-color: #2398EC;
}
.TagClassName
{
border-color: #2398EC;
}
</style>