Shades of Dodger Blue #258EDA
Tints of Dodger Blue #258EDA
RGB
CMYK
RGB Variations
Color information
#258EDA (or 0x258EDA) is known color: Dodger Blue. HEX triplet: 25, 8E and DA. RGB value is (37,142,218). Sum of RGB (Red+Green+Blue) = 37+142+218=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #258EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EDA is #DA7125. Grayscale: #767676. Windows color (decimal): -14315814 or 14323237. OLE color: 14323237.
HSL color Cylindrical-coordinate representation of color #258EDA: hue angle of 205.19º 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 #258EDA is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 142 | 218 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.15 |
| HSL | 205.19º | 0.71% | 0.5% | - |
| HSV(B) | 205.19º | 0.83% | 0.85% | - |
| XYZ | 23.09 | 24.8 | 69.9 | - |
| YUV | 119.27 | 183.71 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 218 | 0.83 | 0.35 | 0 | 0.15 | 205.19 | 0.71 | 0.5 |
| Hex | 25 | 8E | DA | 53 | 23 | 0 | F | CD | 47 | 32 |
| Octal | 45 | 216 | 332 | 123 | 43 | 0 | 17 | 315 | 107 | 62 |
| Binary | 100101 | 10001110 | 11011010 | 1010011 | 100011 | 0 | 1111 | 11001101 | 1000111 | 110010 |
Color Harmonies of #258EDA
Complementary color
Monochromatic Colors of #258EDA
Black with #258EDA
Text Example
Text Example
White with #258EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EDA; }
p { color: rgb(37,142,218); }
H1.HeaderClassName
{
color: #258EDA;
}
.AnyTagClassName
{
color: #258EDA;
}
</style>
background-color css
<style>
a { background-color: #258EDA; }
a { background-color: rgb(37,142,218); }
div.DivClassName
{
background-color: #258EDA;
}
.BgClassName
{
background-color: #258EDA;
}
</style>
border-color css
<style>
span { border-color: #258EDA; }
span { border-color: rgb(37,142,218); }
td.TdClassName
{
border-color: #258EDA;
}
.TagClassName
{
border-color: #258EDA;
}
</style>