Shades of Dodger Blue #258FEC
Tints of Dodger Blue #258FEC
RGB
CMYK
RGB Variations
Color information
#258FEC (or 0x258FEC) is known color: Dodger Blue. HEX triplet: 25, 8F and EC. RGB value is (37,143,236). Sum of RGB (Red+Green+Blue) = 37+143+236=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #258FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FEC is #DA7013. Grayscale: #797979. Windows color (decimal): -14315540 or 15503141. OLE color: 15503141.
HSL color Cylindrical-coordinate representation of color #258FEC: hue angle of 208.04º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258FEC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 143 | 236 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.07 |
| HSL | 208.04º | 0.84% | 0.54% | - |
| HSV(B) | 208.04º | 0.84% | 0.93% | - |
| XYZ | 25.73 | 26.09 | 83.04 | - |
| YUV | 121.91 | 192.38 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 236 | 0.84 | 0.39 | 0 | 0.07 | 208.04 | 0.84 | 0.54 |
| Hex | 25 | 8F | EC | 54 | 27 | 0 | 7 | D0 | 54 | 36 |
| Octal | 45 | 217 | 354 | 124 | 47 | 0 | 7 | 320 | 124 | 66 |
| Binary | 100101 | 10001111 | 11101100 | 1010100 | 100111 | 0 | 111 | 11010000 | 1010100 | 110110 |
Color Harmonies of #258FEC
Complementary color
Monochromatic Colors of #258FEC
Black with #258FEC
Text Example
Text Example
White with #258FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FEC; }
p { color: rgb(37,143,236); }
H1.HeaderClassName
{
color: #258FEC;
}
.AnyTagClassName
{
color: #258FEC;
}
</style>
background-color css
<style>
a { background-color: #258FEC; }
a { background-color: rgb(37,143,236); }
div.DivClassName
{
background-color: #258FEC;
}
.BgClassName
{
background-color: #258FEC;
}
</style>
border-color css
<style>
span { border-color: #258FEC; }
span { border-color: rgb(37,143,236); }
td.TdClassName
{
border-color: #258FEC;
}
.TagClassName
{
border-color: #258FEC;
}
</style>