Shades of Dodger Blue #258EE0
Tints of Dodger Blue #258EE0
RGB
CMYK
RGB Variations
Color information
#258EE0 (or 0x258EE0) is known color: Dodger Blue. HEX triplet: 25, 8E and E0. RGB value is (37,142,224). Sum of RGB (Red+Green+Blue) = 37+142+224=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #258EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EE0 is #DA711F. Grayscale: #777777. Windows color (decimal): -14315808 or 14716453. OLE color: 14716453.
HSL color Cylindrical-coordinate representation of color #258EE0: hue angle of 206.31º 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 #258EE0 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 142 | 224 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.12 |
| HSL | 206.31º | 0.75% | 0.51% | - |
| HSV(B) | 206.31º | 0.83% | 0.88% | - |
| XYZ | 23.89 | 25.12 | 74.11 | - |
| YUV | 119.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 224 | 0.83 | 0.37 | 0 | 0.12 | 206.31 | 0.75 | 0.51 |
| Hex | 25 | 8E | E0 | 53 | 25 | 0 | C | CE | 4B | 33 |
| Octal | 45 | 216 | 340 | 123 | 45 | 0 | 14 | 316 | 113 | 63 |
| Binary | 100101 | 10001110 | 11100000 | 1010011 | 100101 | 0 | 1100 | 11001110 | 1001011 | 110011 |
Color Harmonies of #258EE0
Complementary color
Monochromatic Colors of #258EE0
Black with #258EE0
Text Example
Text Example
White with #258EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EE0; }
p { color: rgb(37,142,224); }
H1.HeaderClassName
{
color: #258EE0;
}
.AnyTagClassName
{
color: #258EE0;
}
</style>
background-color css
<style>
a { background-color: #258EE0; }
a { background-color: rgb(37,142,224); }
div.DivClassName
{
background-color: #258EE0;
}
.BgClassName
{
background-color: #258EE0;
}
</style>
border-color css
<style>
span { border-color: #258EE0; }
span { border-color: rgb(37,142,224); }
td.TdClassName
{
border-color: #258EE0;
}
.TagClassName
{
border-color: #258EE0;
}
</style>