Shades of Dodger Blue #258BDF
Tints of Dodger Blue #258BDF
RGB
CMYK
RGB Variations
Color information
#258BDF (or 0x258BDF) is known color: Dodger Blue. HEX triplet: 25, 8B and DF. RGB value is (37,139,223). Sum of RGB (Red+Green+Blue) = 37+139+223=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #258BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BDF is #DA7420. Grayscale: #757575. Windows color (decimal): -14316577 or 14650149. OLE color: 14650149.
HSL color Cylindrical-coordinate representation of color #258BDF: hue angle of 207.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258BDF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 139 | 223 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.13 |
| HSL | 207.1º | 0.74% | 0.51% | - |
| HSV(B) | 207.1º | 0.83% | 0.87% | - |
| XYZ | 23.31 | 24.19 | 73.25 | - |
| YUV | 118.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 223 | 0.83 | 0.38 | 0 | 0.13 | 207.1 | 0.74 | 0.51 |
| Hex | 25 | 8B | DF | 53 | 26 | 0 | D | CF | 4A | 33 |
| Octal | 45 | 213 | 337 | 123 | 46 | 0 | 15 | 317 | 112 | 63 |
| Binary | 100101 | 10001011 | 11011111 | 1010011 | 100110 | 0 | 1101 | 11001111 | 1001010 | 110011 |
Color Harmonies of #258BDF
Complementary color
Monochromatic Colors of #258BDF
Black with #258BDF
Text Example
Text Example
White with #258BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BDF; }
p { color: rgb(37,139,223); }
H1.HeaderClassName
{
color: #258BDF;
}
.AnyTagClassName
{
color: #258BDF;
}
</style>
background-color css
<style>
a { background-color: #258BDF; }
a { background-color: rgb(37,139,223); }
div.DivClassName
{
background-color: #258BDF;
}
.BgClassName
{
background-color: #258BDF;
}
</style>
border-color css
<style>
span { border-color: #258BDF; }
span { border-color: rgb(37,139,223); }
td.TdClassName
{
border-color: #258BDF;
}
.TagClassName
{
border-color: #258BDF;
}
</style>