Shades of Dodger Blue #258DFB
Tints of Dodger Blue #258DFB
RGB
CMYK
RGB Variations
Color information
#258DFB (or 0x258DFB) is known color: Dodger Blue. HEX triplet: 25, 8D and FB. RGB value is (37,141,251). Sum of RGB (Red+Green+Blue) = 37+141+251=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #258DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258DFB is #DA7204. Grayscale: #797979. Windows color (decimal): -14316037 or 16485669. OLE color: 16485669.
HSL color Cylindrical-coordinate representation of color #258DFB: hue angle of 210.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258DFB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 141 | 251 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.02 |
| HSL | 210.84º | 0.96% | 0.56% | - |
| HSV(B) | 210.84º | 0.85% | 0.98% | - |
| XYZ | 27.7 | 26.41 | 94.9 | - |
| YUV | 122.44 | 200.54 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 251 | 0.85 | 0.44 | 0 | 0.02 | 210.84 | 0.96 | 0.56 |
| Hex | 25 | 8D | FB | 55 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 45 | 215 | 373 | 125 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100101 | 10001101 | 11111011 | 1010101 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #258DFB
Complementary color
Monochromatic Colors of #258DFB
Black with #258DFB
Text Example
Text Example
White with #258DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DFB; }
p { color: rgb(37,141,251); }
H1.HeaderClassName
{
color: #258DFB;
}
.AnyTagClassName
{
color: #258DFB;
}
</style>
background-color css
<style>
a { background-color: #258DFB; }
a { background-color: rgb(37,141,251); }
div.DivClassName
{
background-color: #258DFB;
}
.BgClassName
{
background-color: #258DFB;
}
</style>
border-color css
<style>
span { border-color: #258DFB; }
span { border-color: rgb(37,141,251); }
td.TdClassName
{
border-color: #258DFB;
}
.TagClassName
{
border-color: #258DFB;
}
</style>