Shades of Dodger Blue #258EE3
Tints of Dodger Blue #258EE3
RGB
CMYK
RGB Variations
Color information
#258EE3 (or 0x258EE3) is known color: Dodger Blue. HEX triplet: 25, 8E and E3. RGB value is (37,142,227). Sum of RGB (Red+Green+Blue) = 37+142+227=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #258EE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EE3 is #DA711C. Grayscale: #777777. Windows color (decimal): -14315805 or 14913061. OLE color: 14913061.
HSL color Cylindrical-coordinate representation of color #258EE3: hue angle of 206.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EE3 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 142 | 227 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.11 |
| HSL | 206.84º | 0.77% | 0.52% | - |
| HSV(B) | 206.84º | 0.84% | 0.89% | - |
| XYZ | 24.3 | 25.29 | 76.27 | - |
| YUV | 120.3 | 188.21 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 227 | 0.84 | 0.37 | 0 | 0.11 | 206.84 | 0.77 | 0.52 |
| Hex | 25 | 8E | E3 | 54 | 25 | 0 | B | CF | 4D | 34 |
| Octal | 45 | 216 | 343 | 124 | 45 | 0 | 13 | 317 | 115 | 64 |
| Binary | 100101 | 10001110 | 11100011 | 1010100 | 100101 | 0 | 1011 | 11001111 | 1001101 | 110100 |
Color Harmonies of #258EE3
Complementary color
Monochromatic Colors of #258EE3
Black with #258EE3
Text Example
Text Example
White with #258EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EE3; }
p { color: rgb(37,142,227); }
H1.HeaderClassName
{
color: #258EE3;
}
.AnyTagClassName
{
color: #258EE3;
}
</style>
background-color css
<style>
a { background-color: #258EE3; }
a { background-color: rgb(37,142,227); }
div.DivClassName
{
background-color: #258EE3;
}
.BgClassName
{
background-color: #258EE3;
}
</style>
border-color css
<style>
span { border-color: #258EE3; }
span { border-color: rgb(37,142,227); }
td.TdClassName
{
border-color: #258EE3;
}
.TagClassName
{
border-color: #258EE3;
}
</style>