Shades of Dodger Blue #258FE7
Tints of Dodger Blue #258FE7
RGB
CMYK
RGB Variations
Color information
#258FE7 (or 0x258FE7) is known color: Dodger Blue. HEX triplet: 25, 8F and E7. RGB value is (37,143,231). Sum of RGB (Red+Green+Blue) = 37+143+231=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #258FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FE7 is #DA7018. Grayscale: #787878. Windows color (decimal): -14315545 or 15175461. OLE color: 15175461.
HSL color Cylindrical-coordinate representation of color #258FE7: hue angle of 207.22º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258FE7 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 143 | 231 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.09 |
| HSL | 207.22º | 0.8% | 0.53% | - |
| HSV(B) | 207.22º | 0.84% | 0.91% | - |
| XYZ | 25.01 | 25.81 | 79.26 | - |
| YUV | 121.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 231 | 0.84 | 0.38 | 0 | 0.09 | 207.22 | 0.8 | 0.53 |
| Hex | 25 | 8F | E7 | 54 | 26 | 0 | 9 | CF | 50 | 35 |
| Octal | 45 | 217 | 347 | 124 | 46 | 0 | 11 | 317 | 120 | 65 |
| Binary | 100101 | 10001111 | 11100111 | 1010100 | 100110 | 0 | 1001 | 11001111 | 1010000 | 110101 |
Color Harmonies of #258FE7
Complementary color
Monochromatic Colors of #258FE7
Black with #258FE7
Text Example
Text Example
White with #258FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FE7; }
p { color: rgb(37,143,231); }
H1.HeaderClassName
{
color: #258FE7;
}
.AnyTagClassName
{
color: #258FE7;
}
</style>
background-color css
<style>
a { background-color: #258FE7; }
a { background-color: rgb(37,143,231); }
div.DivClassName
{
background-color: #258FE7;
}
.BgClassName
{
background-color: #258FE7;
}
</style>
border-color css
<style>
span { border-color: #258FE7; }
span { border-color: rgb(37,143,231); }
td.TdClassName
{
border-color: #258FE7;
}
.TagClassName
{
border-color: #258FE7;
}
</style>