Shades of Dodger Blue #258FE3
Tints of Dodger Blue #258FE3
RGB
CMYK
RGB Variations
Color information
#258FE3 (or 0x258FE3) is known color: Dodger Blue. HEX triplet: 25, 8F and E3. RGB value is (37,143,227). Sum of RGB (Red+Green+Blue) = 37+143+227=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #258FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FE3 is #DA701C. Grayscale: #787878. Windows color (decimal): -14315549 or 14913317. OLE color: 14913317.
HSL color Cylindrical-coordinate representation of color #258FE3: hue angle of 206.53º 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 #258FE3 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 143 | 227 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.11 |
| HSL | 206.53º | 0.77% | 0.52% | - |
| HSV(B) | 206.53º | 0.84% | 0.89% | - |
| XYZ | 24.45 | 25.58 | 76.32 | - |
| YUV | 120.88 | 187.88 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 227 | 0.84 | 0.37 | 0 | 0.11 | 206.53 | 0.77 | 0.52 |
| Hex | 25 | 8F | E3 | 54 | 25 | 0 | B | CF | 4D | 34 |
| Octal | 45 | 217 | 343 | 124 | 45 | 0 | 13 | 317 | 115 | 64 |
| Binary | 100101 | 10001111 | 11100011 | 1010100 | 100101 | 0 | 1011 | 11001111 | 1001101 | 110100 |
Color Harmonies of #258FE3
Complementary color
Monochromatic Colors of #258FE3
Black with #258FE3
Text Example
Text Example
White with #258FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FE3; }
p { color: rgb(37,143,227); }
H1.HeaderClassName
{
color: #258FE3;
}
.AnyTagClassName
{
color: #258FE3;
}
</style>
background-color css
<style>
a { background-color: #258FE3; }
a { background-color: rgb(37,143,227); }
div.DivClassName
{
background-color: #258FE3;
}
.BgClassName
{
background-color: #258FE3;
}
</style>
border-color css
<style>
span { border-color: #258FE3; }
span { border-color: rgb(37,143,227); }
td.TdClassName
{
border-color: #258FE3;
}
.TagClassName
{
border-color: #258FE3;
}
</style>