Shades of Dodger Blue #258BE0
Tints of Dodger Blue #258BE0
RGB
CMYK
RGB Variations
Color information
#258BE0 (or 0x258BE0) is known color: Dodger Blue. HEX triplet: 25, 8B and E0. RGB value is (37,139,224). Sum of RGB (Red+Green+Blue) = 37+139+224=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #258BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BE0 is #DA741F. Grayscale: #757575. Windows color (decimal): -14316576 or 14715685. OLE color: 14715685.
HSL color Cylindrical-coordinate representation of color #258BE0: hue angle of 207.27º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258BE0 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 139 | 224 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.12 |
| HSL | 207.27º | 0.75% | 0.51% | - |
| HSV(B) | 207.27º | 0.83% | 0.88% | - |
| XYZ | 23.45 | 24.24 | 73.96 | - |
| YUV | 118.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 224 | 0.83 | 0.38 | 0 | 0.12 | 207.27 | 0.75 | 0.51 |
| Hex | 25 | 8B | E0 | 53 | 26 | 0 | C | CF | 4B | 33 |
| Octal | 45 | 213 | 340 | 123 | 46 | 0 | 14 | 317 | 113 | 63 |
| Binary | 100101 | 10001011 | 11100000 | 1010011 | 100110 | 0 | 1100 | 11001111 | 1001011 | 110011 |
Color Harmonies of #258BE0
Complementary color
Monochromatic Colors of #258BE0
Black with #258BE0
Text Example
Text Example
White with #258BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BE0; }
p { color: rgb(37,139,224); }
H1.HeaderClassName
{
color: #258BE0;
}
.AnyTagClassName
{
color: #258BE0;
}
</style>
background-color css
<style>
a { background-color: #258BE0; }
a { background-color: rgb(37,139,224); }
div.DivClassName
{
background-color: #258BE0;
}
.BgClassName
{
background-color: #258BE0;
}
</style>
border-color css
<style>
span { border-color: #258BE0; }
span { border-color: rgb(37,139,224); }
td.TdClassName
{
border-color: #258BE0;
}
.TagClassName
{
border-color: #258BE0;
}
</style>