Shades of Dodger Blue #2380E7
Tints of Dodger Blue #2380E7
RGB
CMYK
RGB Variations
Color information
#2380E7 (or 0x2380E7) is known color: Dodger Blue. HEX triplet: 23, 80 and E7. RGB value is (35,128,231). Sum of RGB (Red+Green+Blue) = 35+128+231=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #2380E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2380E7 is #DC7F18. Grayscale: #6F6F6F. Windows color (decimal): -14450457 or 15171619. OLE color: 15171619.
HSL color Cylindrical-coordinate representation of color #2380E7: hue angle of 211.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2380E7 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 128 | 231 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.09 |
| HSL | 211.53º | 0.8% | 0.52% | - |
| HSV(B) | 211.53º | 0.85% | 0.91% | - |
| XYZ | 22.84 | 21.57 | 78.56 | - |
| YUV | 111.94 | 195.19 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 231 | 0.85 | 0.45 | 0 | 0.09 | 211.53 | 0.8 | 0.52 |
| Hex | 23 | 80 | E7 | 55 | 2D | 0 | 9 | D4 | 50 | 34 |
| Octal | 43 | 200 | 347 | 125 | 55 | 0 | 11 | 324 | 120 | 64 |
| Binary | 100011 | 10000000 | 11100111 | 1010101 | 101101 | 0 | 1001 | 11010100 | 1010000 | 110100 |
Color Harmonies of #2380E7
Complementary color
Monochromatic Colors of #2380E7
Black with #2380E7
Text Example
Text Example
White with #2380E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380E7; }
p { color: rgb(35,128,231); }
H1.HeaderClassName
{
color: #2380E7;
}
.AnyTagClassName
{
color: #2380E7;
}
</style>
background-color css
<style>
a { background-color: #2380E7; }
a { background-color: rgb(35,128,231); }
div.DivClassName
{
background-color: #2380E7;
}
.BgClassName
{
background-color: #2380E7;
}
</style>
border-color css
<style>
span { border-color: #2380E7; }
span { border-color: rgb(35,128,231); }
td.TdClassName
{
border-color: #2380E7;
}
.TagClassName
{
border-color: #2380E7;
}
</style>