Shades of Dodger Blue #258DDD
Tints of Dodger Blue #258DDD
RGB
CMYK
RGB Variations
Color information
#258DDD (or 0x258DDD) is known color: Dodger Blue. HEX triplet: 25, 8D and DD. RGB value is (37,141,221). Sum of RGB (Red+Green+Blue) = 37+141+221=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #258DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DDD is #DA7222. Grayscale: #767676. Windows color (decimal): -14316067 or 14519589. OLE color: 14519589.
HSL color Cylindrical-coordinate representation of color #258DDD: hue angle of 206.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258DDD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 141 | 221 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.13 |
| HSL | 206.09º | 0.73% | 0.51% | - |
| HSV(B) | 206.09º | 0.83% | 0.87% | - |
| XYZ | 23.34 | 24.66 | 71.94 | - |
| YUV | 119.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 221 | 0.83 | 0.36 | 0 | 0.13 | 206.09 | 0.73 | 0.51 |
| Hex | 25 | 8D | DD | 53 | 24 | 0 | D | CE | 49 | 33 |
| Octal | 45 | 215 | 335 | 123 | 44 | 0 | 15 | 316 | 111 | 63 |
| Binary | 100101 | 10001101 | 11011101 | 1010011 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #258DDD
Complementary color
Monochromatic Colors of #258DDD
Black with #258DDD
Text Example
Text Example
White with #258DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DDD; }
p { color: rgb(37,141,221); }
H1.HeaderClassName
{
color: #258DDD;
}
.AnyTagClassName
{
color: #258DDD;
}
</style>
background-color css
<style>
a { background-color: #258DDD; }
a { background-color: rgb(37,141,221); }
div.DivClassName
{
background-color: #258DDD;
}
.BgClassName
{
background-color: #258DDD;
}
</style>
border-color css
<style>
span { border-color: #258DDD; }
span { border-color: rgb(37,141,221); }
td.TdClassName
{
border-color: #258DDD;
}
.TagClassName
{
border-color: #258DDD;
}
</style>