Shades of Dodger Blue #258EEA
Tints of Dodger Blue #258EEA
RGB
CMYK
RGB Variations
Color information
#258EEA (or 0x258EEA) is known color: Dodger Blue. HEX triplet: 25, 8E and EA. RGB value is (37,142,234). Sum of RGB (Red+Green+Blue) = 37+142+234=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #258EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EEA is #DA7115. Grayscale: #787878. Windows color (decimal): -14315798 or 15371813. OLE color: 15371813.
HSL color Cylindrical-coordinate representation of color #258EEA: hue angle of 208.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EEA is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 142 | 234 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.08 |
| HSL | 208.02º | 0.82% | 0.53% | - |
| HSV(B) | 208.02º | 0.84% | 0.92% | - |
| XYZ | 25.29 | 25.68 | 81.47 | - |
| YUV | 121.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 234 | 0.84 | 0.39 | 0 | 0.08 | 208.02 | 0.82 | 0.53 |
| Hex | 25 | 8E | EA | 54 | 27 | 0 | 8 | D0 | 52 | 35 |
| Octal | 45 | 216 | 352 | 124 | 47 | 0 | 10 | 320 | 122 | 65 |
| Binary | 100101 | 10001110 | 11101010 | 1010100 | 100111 | 0 | 1000 | 11010000 | 1010010 | 110101 |
Color Harmonies of #258EEA
Complementary color
Monochromatic Colors of #258EEA
Black with #258EEA
Text Example
Text Example
White with #258EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EEA; }
p { color: rgb(37,142,234); }
H1.HeaderClassName
{
color: #258EEA;
}
.AnyTagClassName
{
color: #258EEA;
}
</style>
background-color css
<style>
a { background-color: #258EEA; }
a { background-color: rgb(37,142,234); }
div.DivClassName
{
background-color: #258EEA;
}
.BgClassName
{
background-color: #258EEA;
}
</style>
border-color css
<style>
span { border-color: #258EEA; }
span { border-color: rgb(37,142,234); }
td.TdClassName
{
border-color: #258EEA;
}
.TagClassName
{
border-color: #258EEA;
}
</style>