Shades of Dodger Blue #258EE1
Tints of Dodger Blue #258EE1
RGB
CMYK
RGB Variations
Color information
#258EE1 (or 0x258EE1) is known color: Dodger Blue. HEX triplet: 25, 8E and E1. RGB value is (37,142,225). Sum of RGB (Red+Green+Blue) = 37+142+225=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #258EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EE1 is #DA711E. Grayscale: #777777. Windows color (decimal): -14315807 or 14781989. OLE color: 14781989.
HSL color Cylindrical-coordinate representation of color #258EE1: hue angle of 206.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EE1 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 142 | 225 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.12 |
| HSL | 206.49º | 0.76% | 0.51% | - |
| HSV(B) | 206.49º | 0.84% | 0.88% | - |
| XYZ | 24.03 | 25.18 | 74.83 | - |
| YUV | 120.07 | 187.21 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 225 | 0.84 | 0.37 | 0 | 0.12 | 206.49 | 0.76 | 0.51 |
| Hex | 25 | 8E | E1 | 54 | 25 | 0 | C | CE | 4C | 33 |
| Octal | 45 | 216 | 341 | 124 | 45 | 0 | 14 | 316 | 114 | 63 |
| Binary | 100101 | 10001110 | 11100001 | 1010100 | 100101 | 0 | 1100 | 11001110 | 1001100 | 110011 |
Color Harmonies of #258EE1
Complementary color
Monochromatic Colors of #258EE1
Black with #258EE1
Text Example
Text Example
White with #258EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EE1; }
p { color: rgb(37,142,225); }
H1.HeaderClassName
{
color: #258EE1;
}
.AnyTagClassName
{
color: #258EE1;
}
</style>
background-color css
<style>
a { background-color: #258EE1; }
a { background-color: rgb(37,142,225); }
div.DivClassName
{
background-color: #258EE1;
}
.BgClassName
{
background-color: #258EE1;
}
</style>
border-color css
<style>
span { border-color: #258EE1; }
span { border-color: rgb(37,142,225); }
td.TdClassName
{
border-color: #258EE1;
}
.TagClassName
{
border-color: #258EE1;
}
</style>