Shades of Dodger Blue #2387EA
Tints of Dodger Blue #2387EA
RGB
CMYK
RGB Variations
Color information
#2387EA (or 0x2387EA) is known color: Dodger Blue. HEX triplet: 23, 87 and EA. RGB value is (35,135,234). Sum of RGB (Red+Green+Blue) = 35+135+234=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #2387EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2387EA is #DC7815. Grayscale: #737373. Windows color (decimal): -14448662 or 15370019. OLE color: 15370019.
HSL color Cylindrical-coordinate representation of color #2387EA: hue angle of 209.85º 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 #2387EA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 135 | 234 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.08 |
| HSL | 209.85º | 0.83% | 0.53% | - |
| HSV(B) | 209.85º | 0.85% | 0.92% | - |
| XYZ | 24.21 | 23.63 | 81.13 | - |
| YUV | 116.39 | 194.37 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 234 | 0.85 | 0.42 | 0 | 0.08 | 209.85 | 0.83 | 0.53 |
| Hex | 23 | 87 | EA | 55 | 2A | 0 | 8 | D2 | 53 | 35 |
| Octal | 43 | 207 | 352 | 125 | 52 | 0 | 10 | 322 | 123 | 65 |
| Binary | 100011 | 10000111 | 11101010 | 1010101 | 101010 | 0 | 1000 | 11010010 | 1010011 | 110101 |
Color Harmonies of #2387EA
Complementary color
Monochromatic Colors of #2387EA
Black with #2387EA
Text Example
Text Example
White with #2387EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2387EA; }
p { color: rgb(35,135,234); }
H1.HeaderClassName
{
color: #2387EA;
}
.AnyTagClassName
{
color: #2387EA;
}
</style>
background-color css
<style>
a { background-color: #2387EA; }
a { background-color: rgb(35,135,234); }
div.DivClassName
{
background-color: #2387EA;
}
.BgClassName
{
background-color: #2387EA;
}
</style>
border-color css
<style>
span { border-color: #2387EA; }
span { border-color: rgb(35,135,234); }
td.TdClassName
{
border-color: #2387EA;
}
.TagClassName
{
border-color: #2387EA;
}
</style>