Shades of Dodger Blue #258DDA
Tints of Dodger Blue #258DDA
RGB
CMYK
RGB Variations
Color information
#258DDA (or 0x258DDA) is known color: Dodger Blue. HEX triplet: 25, 8D and DA. RGB value is (37,141,218). Sum of RGB (Red+Green+Blue) = 37+141+218=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #258DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DDA is #DA7225. Grayscale: #767676. Windows color (decimal): -14316070 or 14322981. OLE color: 14322981.
HSL color Cylindrical-coordinate representation of color #258DDA: hue angle of 205.52º 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 #258DDA is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 141 | 218 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.15 |
| HSL | 205.52º | 0.71% | 0.5% | - |
| HSV(B) | 205.52º | 0.83% | 0.85% | - |
| XYZ | 22.94 | 24.51 | 69.85 | - |
| YUV | 118.68 | 184.04 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 218 | 0.83 | 0.35 | 0 | 0.15 | 205.52 | 0.71 | 0.5 |
| Hex | 25 | 8D | DA | 53 | 23 | 0 | F | CE | 47 | 32 |
| Octal | 45 | 215 | 332 | 123 | 43 | 0 | 17 | 316 | 107 | 62 |
| Binary | 100101 | 10001101 | 11011010 | 1010011 | 100011 | 0 | 1111 | 11001110 | 1000111 | 110010 |
Color Harmonies of #258DDA
Complementary color
Monochromatic Colors of #258DDA
Black with #258DDA
Text Example
Text Example
White with #258DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DDA; }
p { color: rgb(37,141,218); }
H1.HeaderClassName
{
color: #258DDA;
}
.AnyTagClassName
{
color: #258DDA;
}
</style>
background-color css
<style>
a { background-color: #258DDA; }
a { background-color: rgb(37,141,218); }
div.DivClassName
{
background-color: #258DDA;
}
.BgClassName
{
background-color: #258DDA;
}
</style>
border-color css
<style>
span { border-color: #258DDA; }
span { border-color: rgb(37,141,218); }
td.TdClassName
{
border-color: #258DDA;
}
.TagClassName
{
border-color: #258DDA;
}
</style>