Shades of Dodger Blue #258ED8
Tints of Dodger Blue #258ED8
RGB
CMYK
RGB Variations
Color information
#258ED8 (or 0x258ED8) is known color: Dodger Blue. HEX triplet: 25, 8E and D8. RGB value is (37,142,216). Sum of RGB (Red+Green+Blue) = 37+142+216=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #258ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ED8 is #DA7127. Grayscale: #767676. Windows color (decimal): -14315816 or 14192165. OLE color: 14192165.
HSL color Cylindrical-coordinate representation of color #258ED8: hue angle of 204.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258ED8 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 142 | 216 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.15 |
| HSL | 204.8º | 0.71% | 0.5% | - |
| HSV(B) | 204.8º | 0.83% | 0.85% | - |
| XYZ | 22.83 | 24.7 | 68.53 | - |
| YUV | 119.04 | 182.71 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 216 | 0.83 | 0.34 | 0 | 0.15 | 204.8 | 0.71 | 0.5 |
| Hex | 25 | 8E | D8 | 53 | 22 | 0 | F | CD | 47 | 32 |
| Octal | 45 | 216 | 330 | 123 | 42 | 0 | 17 | 315 | 107 | 62 |
| Binary | 100101 | 10001110 | 11011000 | 1010011 | 100010 | 0 | 1111 | 11001101 | 1000111 | 110010 |
Color Harmonies of #258ED8
Complementary color
Monochromatic Colors of #258ED8
Black with #258ED8
Text Example
Text Example
White with #258ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ED8; }
p { color: rgb(37,142,216); }
H1.HeaderClassName
{
color: #258ED8;
}
.AnyTagClassName
{
color: #258ED8;
}
</style>
background-color css
<style>
a { background-color: #258ED8; }
a { background-color: rgb(37,142,216); }
div.DivClassName
{
background-color: #258ED8;
}
.BgClassName
{
background-color: #258ED8;
}
</style>
border-color css
<style>
span { border-color: #258ED8; }
span { border-color: rgb(37,142,216); }
td.TdClassName
{
border-color: #258ED8;
}
.TagClassName
{
border-color: #258ED8;
}
</style>