Shades of Dodger Blue #258BFA
Tints of Dodger Blue #258BFA
RGB
CMYK
RGB Variations
Color information
#258BFA (or 0x258BFA) is known color: Dodger Blue. HEX triplet: 25, 8B and FA. RGB value is (37,139,250). Sum of RGB (Red+Green+Blue) = 37+139+250=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #258BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258BFA is #DA7405. Grayscale: #787878. Windows color (decimal): -14316550 or 16419621. OLE color: 16419621.
HSL color Cylindrical-coordinate representation of color #258BFA: hue angle of 211.27º 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 #258BFA is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 139 | 250 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.02 |
| HSL | 211.27º | 0.96% | 0.56% | - |
| HSV(B) | 211.27º | 0.85% | 0.98% | - |
| XYZ | 27.25 | 25.76 | 93.98 | - |
| YUV | 121.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 250 | 0.85 | 0.44 | 0 | 0.02 | 211.27 | 0.96 | 0.56 |
| Hex | 25 | 8B | FA | 55 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 45 | 213 | 372 | 125 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100101 | 10001011 | 11111010 | 1010101 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #258BFA
Complementary color
Monochromatic Colors of #258BFA
Black with #258BFA
Text Example
Text Example
White with #258BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BFA; }
p { color: rgb(37,139,250); }
H1.HeaderClassName
{
color: #258BFA;
}
.AnyTagClassName
{
color: #258BFA;
}
</style>
background-color css
<style>
a { background-color: #258BFA; }
a { background-color: rgb(37,139,250); }
div.DivClassName
{
background-color: #258BFA;
}
.BgClassName
{
background-color: #258BFA;
}
</style>
border-color css
<style>
span { border-color: #258BFA; }
span { border-color: rgb(37,139,250); }
td.TdClassName
{
border-color: #258BFA;
}
.TagClassName
{
border-color: #258BFA;
}
</style>