Shades of Dodger Blue #258EFF
Tints of Dodger Blue #258EFF
RGB
CMYK
RGB Variations
Color information
#258EFF (or 0x258EFF) is known color: Dodger Blue. HEX triplet: 25, 8E and FF. RGB value is (37,142,255). Sum of RGB (Red+Green+Blue) = 37+142+255=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #258EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EFF is #DA7100. Grayscale: #7A7A7A. Windows color (decimal): -14315777 or 16748069. OLE color: 16748069.
HSL color Cylindrical-coordinate representation of color #258EFF: hue angle of 211.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258EFF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 142 | 255 | - |
| CMYK | 0.85 | 0.44 | 0 | 0 |
| HSL | 211.1º | 1% | 0.57% | - |
| HSV(B) | 211.1º | 0.85% | 1% | - |
| XYZ | 28.49 | 26.96 | 98.31 | - |
| YUV | 123.49 | 202.21 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 255 | 0.85 | 0.44 | 0 | 0 | 211.1 | 1 | 0.57 |
| Hex | 25 | 8E | FF | 55 | 2C | 0 | 0 | D3 | 64 | 39 |
| Octal | 45 | 216 | 377 | 125 | 54 | 0 | 0 | 323 | 144 | 71 |
| Binary | 100101 | 10001110 | 11111111 | 1010101 | 101100 | 0 | 0 | 11010011 | 1100100 | 111001 |
Color Harmonies of #258EFF
Complementary color
Monochromatic Colors of #258EFF
Black with #258EFF
Text Example
Text Example
White with #258EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EFF; }
p { color: rgb(37,142,255); }
H1.HeaderClassName
{
color: #258EFF;
}
.AnyTagClassName
{
color: #258EFF;
}
</style>
background-color css
<style>
a { background-color: #258EFF; }
a { background-color: rgb(37,142,255); }
div.DivClassName
{
background-color: #258EFF;
}
.BgClassName
{
background-color: #258EFF;
}
</style>
border-color css
<style>
span { border-color: #258EFF; }
span { border-color: rgb(37,142,255); }
td.TdClassName
{
border-color: #258EFF;
}
.TagClassName
{
border-color: #258EFF;
}
</style>