Shades of Dodger Blue #258BFB
Tints of Dodger Blue #258BFB
RGB
CMYK
RGB Variations
Color information
#258BFB (or 0x258BFB) is known color: Dodger Blue. HEX triplet: 25, 8B and FB. RGB value is (37,139,251). Sum of RGB (Red+Green+Blue) = 37+139+251=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #258BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258BFB is #DA7404. Grayscale: #787878. Windows color (decimal): -14316549 or 16485157. OLE color: 16485157.
HSL color Cylindrical-coordinate representation of color #258BFB: hue angle of 211.4º 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 #258BFB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 139 | 251 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.02 |
| HSL | 211.4º | 0.96% | 0.56% | - |
| HSV(B) | 211.4º | 0.85% | 0.98% | - |
| XYZ | 27.41 | 25.82 | 94.81 | - |
| YUV | 121.27 | 201.21 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 251 | 0.85 | 0.45 | 0 | 0.02 | 211.4 | 0.96 | 0.56 |
| Hex | 25 | 8B | FB | 55 | 2D | 0 | 2 | D3 | 60 | 38 |
| Octal | 45 | 213 | 373 | 125 | 55 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100101 | 10001011 | 11111011 | 1010101 | 101101 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #258BFB
Complementary color
Monochromatic Colors of #258BFB
Black with #258BFB
Text Example
Text Example
White with #258BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BFB; }
p { color: rgb(37,139,251); }
H1.HeaderClassName
{
color: #258BFB;
}
.AnyTagClassName
{
color: #258BFB;
}
</style>
background-color css
<style>
a { background-color: #258BFB; }
a { background-color: rgb(37,139,251); }
div.DivClassName
{
background-color: #258BFB;
}
.BgClassName
{
background-color: #258BFB;
}
</style>
border-color css
<style>
span { border-color: #258BFB; }
span { border-color: rgb(37,139,251); }
td.TdClassName
{
border-color: #258BFB;
}
.TagClassName
{
border-color: #258BFB;
}
</style>