Shades of Dodger Blue #258EF2
Tints of Dodger Blue #258EF2
RGB
CMYK
RGB Variations
Color information
#258EF2 (or 0x258EF2) is known color: Dodger Blue. HEX triplet: 25, 8E and F2. RGB value is (37,142,242). Sum of RGB (Red+Green+Blue) = 37+142+242=421 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.79% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #258EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EF2 is #DA710D. Grayscale: #797979. Windows color (decimal): -14315790 or 15896101. OLE color: 15896101.
HSL color Cylindrical-coordinate representation of color #258EF2: hue angle of 209.27º 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 #258EF2 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 142 | 242 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.05 |
| HSL | 209.27º | 0.89% | 0.55% | - |
| HSV(B) | 209.27º | 0.85% | 0.95% | - |
| XYZ | 26.46 | 26.15 | 87.66 | - |
| YUV | 122.01 | 195.71 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 242 | 0.85 | 0.41 | 0 | 0.05 | 209.27 | 0.89 | 0.55 |
| Hex | 25 | 8E | F2 | 55 | 29 | 0 | 5 | D1 | 59 | 37 |
| Octal | 45 | 216 | 362 | 125 | 51 | 0 | 5 | 321 | 131 | 67 |
| Binary | 100101 | 10001110 | 11110010 | 1010101 | 101001 | 0 | 101 | 11010001 | 1011001 | 110111 |
Color Harmonies of #258EF2
Complementary color
Monochromatic Colors of #258EF2
Black with #258EF2
Text Example
Text Example
White with #258EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EF2; }
p { color: rgb(37,142,242); }
H1.HeaderClassName
{
color: #258EF2;
}
.AnyTagClassName
{
color: #258EF2;
}
</style>
background-color css
<style>
a { background-color: #258EF2; }
a { background-color: rgb(37,142,242); }
div.DivClassName
{
background-color: #258EF2;
}
.BgClassName
{
background-color: #258EF2;
}
</style>
border-color css
<style>
span { border-color: #258EF2; }
span { border-color: rgb(37,142,242); }
td.TdClassName
{
border-color: #258EF2;
}
.TagClassName
{
border-color: #258EF2;
}
</style>