Shades of Dodger Blue #258FE1
Tints of Dodger Blue #258FE1
RGB
CMYK
RGB Variations
Color information
#258FE1 (or 0x258FE1) is known color: Dodger Blue. HEX triplet: 25, 8F and E1. RGB value is (37,143,225). Sum of RGB (Red+Green+Blue) = 37+143+225=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #258FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FE1 is #DA701E. Grayscale: #787878. Windows color (decimal): -14315551 or 14782245. OLE color: 14782245.
HSL color Cylindrical-coordinate representation of color #258FE1: hue angle of 206.17º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258FE1 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 143 | 225 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.12 |
| HSL | 206.17º | 0.76% | 0.51% | - |
| HSV(B) | 206.17º | 0.84% | 0.88% | - |
| XYZ | 24.18 | 25.47 | 74.88 | - |
| YUV | 120.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 225 | 0.84 | 0.36 | 0 | 0.12 | 206.17 | 0.76 | 0.51 |
| Hex | 25 | 8F | E1 | 54 | 24 | 0 | C | CE | 4C | 33 |
| Octal | 45 | 217 | 341 | 124 | 44 | 0 | 14 | 316 | 114 | 63 |
| Binary | 100101 | 10001111 | 11100001 | 1010100 | 100100 | 0 | 1100 | 11001110 | 1001100 | 110011 |
Color Harmonies of #258FE1
Complementary color
Monochromatic Colors of #258FE1
Black with #258FE1
Text Example
Text Example
White with #258FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FE1; }
p { color: rgb(37,143,225); }
H1.HeaderClassName
{
color: #258FE1;
}
.AnyTagClassName
{
color: #258FE1;
}
</style>
background-color css
<style>
a { background-color: #258FE1; }
a { background-color: rgb(37,143,225); }
div.DivClassName
{
background-color: #258FE1;
}
.BgClassName
{
background-color: #258FE1;
}
</style>
border-color css
<style>
span { border-color: #258FE1; }
span { border-color: rgb(37,143,225); }
td.TdClassName
{
border-color: #258FE1;
}
.TagClassName
{
border-color: #258FE1;
}
</style>