Shades of Dodger Blue #2393EA
Tints of Dodger Blue #2393EA
RGB
CMYK
RGB Variations
Color information
#2393EA (or 0x2393EA) is known color: Dodger Blue. HEX triplet: 23, 93 and EA. RGB value is (35,147,234). Sum of RGB (Red+Green+Blue) = 35+147+234=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #2393EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2393EA is #DC6C15. Grayscale: #7A7A7A. Windows color (decimal): -14445590 or 15373091. OLE color: 15373091.
HSL color Cylindrical-coordinate representation of color #2393EA: hue angle of 206.23º 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 #2393EA is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 147 | 234 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.08 |
| HSL | 206.23º | 0.83% | 0.53% | - |
| HSV(B) | 206.23º | 0.85% | 0.92% | - |
| XYZ | 25.98 | 27.17 | 81.72 | - |
| YUV | 123.43 | 190.39 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 234 | 0.85 | 0.37 | 0 | 0.08 | 206.23 | 0.83 | 0.53 |
| Hex | 23 | 93 | EA | 55 | 25 | 0 | 8 | CE | 53 | 35 |
| Octal | 43 | 223 | 352 | 125 | 45 | 0 | 10 | 316 | 123 | 65 |
| Binary | 100011 | 10010011 | 11101010 | 1010101 | 100101 | 0 | 1000 | 11001110 | 1010011 | 110101 |
Color Harmonies of #2393EA
Complementary color
Monochromatic Colors of #2393EA
Black with #2393EA
Text Example
Text Example
White with #2393EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2393EA; }
p { color: rgb(35,147,234); }
H1.HeaderClassName
{
color: #2393EA;
}
.AnyTagClassName
{
color: #2393EA;
}
</style>
background-color css
<style>
a { background-color: #2393EA; }
a { background-color: rgb(35,147,234); }
div.DivClassName
{
background-color: #2393EA;
}
.BgClassName
{
background-color: #2393EA;
}
</style>
border-color css
<style>
span { border-color: #2393EA; }
span { border-color: rgb(35,147,234); }
td.TdClassName
{
border-color: #2393EA;
}
.TagClassName
{
border-color: #2393EA;
}
</style>