Shades of Dodger Blue #258DF2
Tints of Dodger Blue #258DF2
RGB
CMYK
RGB Variations
Color information
#258DF2 (or 0x258DF2) is known color: Dodger Blue. HEX triplet: 25, 8D and F2. RGB value is (37,141,242). Sum of RGB (Red+Green+Blue) = 37+141+242=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #258DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258DF2 is #DA720D. Grayscale: #787878. Windows color (decimal): -14316046 or 15895845. OLE color: 15895845.
HSL color Cylindrical-coordinate representation of color #258DF2: hue angle of 209.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258DF2 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 141 | 242 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.05 |
| HSL | 209.56º | 0.89% | 0.55% | - |
| HSV(B) | 209.56º | 0.85% | 0.95% | - |
| XYZ | 26.31 | 25.85 | 87.61 | - |
| YUV | 121.42 | 196.04 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 242 | 0.85 | 0.42 | 0 | 0.05 | 209.56 | 0.89 | 0.55 |
| Hex | 25 | 8D | F2 | 55 | 2A | 0 | 5 | D2 | 59 | 37 |
| Octal | 45 | 215 | 362 | 125 | 52 | 0 | 5 | 322 | 131 | 67 |
| Binary | 100101 | 10001101 | 11110010 | 1010101 | 101010 | 0 | 101 | 11010010 | 1011001 | 110111 |
Color Harmonies of #258DF2
Complementary color
Monochromatic Colors of #258DF2
Black with #258DF2
Text Example
Text Example
White with #258DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DF2; }
p { color: rgb(37,141,242); }
H1.HeaderClassName
{
color: #258DF2;
}
.AnyTagClassName
{
color: #258DF2;
}
</style>
background-color css
<style>
a { background-color: #258DF2; }
a { background-color: rgb(37,141,242); }
div.DivClassName
{
background-color: #258DF2;
}
.BgClassName
{
background-color: #258DF2;
}
</style>
border-color css
<style>
span { border-color: #258DF2; }
span { border-color: rgb(37,141,242); }
td.TdClassName
{
border-color: #258DF2;
}
.TagClassName
{
border-color: #258DF2;
}
</style>