Shades of Dodger Blue #2380EF
Tints of Dodger Blue #2380EF
RGB
CMYK
RGB Variations
Color information
#2380EF (or 0x2380EF) is known color: Dodger Blue. HEX triplet: 23, 80 and EF. RGB value is (35,128,239). Sum of RGB (Red+Green+Blue) = 35+128+239=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #2380EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2380EF is #DC7F10. Grayscale: #707070. Windows color (decimal): -14450449 or 15695907. OLE color: 15695907.
HSL color Cylindrical-coordinate representation of color #2380EF: hue angle of 212.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2380EF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 128 | 239 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.06 |
| HSL | 212.65º | 0.86% | 0.54% | - |
| HSV(B) | 212.65º | 0.85% | 0.94% | - |
| XYZ | 23.99 | 22.03 | 84.65 | - |
| YUV | 112.85 | 199.19 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 239 | 0.85 | 0.46 | 0 | 0.06 | 212.65 | 0.86 | 0.54 |
| Hex | 23 | 80 | EF | 55 | 2E | 0 | 6 | D5 | 56 | 36 |
| Octal | 43 | 200 | 357 | 125 | 56 | 0 | 6 | 325 | 126 | 66 |
| Binary | 100011 | 10000000 | 11101111 | 1010101 | 101110 | 0 | 110 | 11010101 | 1010110 | 110110 |
Color Harmonies of #2380EF
Complementary color
Monochromatic Colors of #2380EF
Black with #2380EF
Text Example
Text Example
White with #2380EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380EF; }
p { color: rgb(35,128,239); }
H1.HeaderClassName
{
color: #2380EF;
}
.AnyTagClassName
{
color: #2380EF;
}
</style>
background-color css
<style>
a { background-color: #2380EF; }
a { background-color: rgb(35,128,239); }
div.DivClassName
{
background-color: #2380EF;
}
.BgClassName
{
background-color: #2380EF;
}
</style>
border-color css
<style>
span { border-color: #2380EF; }
span { border-color: rgb(35,128,239); }
td.TdClassName
{
border-color: #2380EF;
}
.TagClassName
{
border-color: #2380EF;
}
</style>