Shades of Dodger Blue #2379EA
Tints of Dodger Blue #2379EA
RGB
CMYK
RGB Variations
Color information
#2379EA (or 0x2379EA) is known color: Dodger Blue. HEX triplet: 23, 79 and EA. RGB value is (35,121,234). Sum of RGB (Red+Green+Blue) = 35+121+234=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2379EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2379EA is #DC8615. Grayscale: #6B6B6B. Windows color (decimal): -14452246 or 15366435. OLE color: 15366435.
HSL color Cylindrical-coordinate representation of color #2379EA: hue angle of 214.07º 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 #2379EA is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 121 | 234 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.08 |
| HSL | 214.07º | 0.83% | 0.53% | - |
| HSV(B) | 214.07º | 0.85% | 0.92% | - |
| XYZ | 22.38 | 19.97 | 80.52 | - |
| YUV | 108.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 234 | 0.85 | 0.48 | 0 | 0.08 | 214.07 | 0.83 | 0.53 |
| Hex | 23 | 79 | EA | 55 | 30 | 0 | 8 | D6 | 53 | 35 |
| Octal | 43 | 171 | 352 | 125 | 60 | 0 | 10 | 326 | 123 | 65 |
| Binary | 100011 | 1111001 | 11101010 | 1010101 | 110000 | 0 | 1000 | 11010110 | 1010011 | 110101 |
Color Harmonies of #2379EA
Complementary color
Monochromatic Colors of #2379EA
Black with #2379EA
Text Example
Text Example
White with #2379EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2379EA; }
p { color: rgb(35,121,234); }
H1.HeaderClassName
{
color: #2379EA;
}
.AnyTagClassName
{
color: #2379EA;
}
</style>
background-color css
<style>
a { background-color: #2379EA; }
a { background-color: rgb(35,121,234); }
div.DivClassName
{
background-color: #2379EA;
}
.BgClassName
{
background-color: #2379EA;
}
</style>
border-color css
<style>
span { border-color: #2379EA; }
span { border-color: rgb(35,121,234); }
td.TdClassName
{
border-color: #2379EA;
}
.TagClassName
{
border-color: #2379EA;
}
</style>