Shades of Dodger Blue #258BEE
Tints of Dodger Blue #258BEE
RGB
CMYK
RGB Variations
Color information
#258BEE (or 0x258BEE) is known color: Dodger Blue. HEX triplet: 25, 8B and EE. RGB value is (37,139,238). Sum of RGB (Red+Green+Blue) = 37+139+238=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #258BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258BEE is #DA7411. Grayscale: #777777. Windows color (decimal): -14316562 or 15633189. OLE color: 15633189.
HSL color Cylindrical-coordinate representation of color #258BEE: hue angle of 209.55º degrees, saturation: 0.86, 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 #258BEE is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 139 | 238 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.07 |
| HSL | 209.55º | 0.86% | 0.54% | - |
| HSV(B) | 209.55º | 0.84% | 0.93% | - |
| XYZ | 25.43 | 25.03 | 84.38 | - |
| YUV | 119.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 238 | 0.84 | 0.42 | 0 | 0.07 | 209.55 | 0.86 | 0.54 |
| Hex | 25 | 8B | EE | 54 | 2A | 0 | 7 | D2 | 56 | 36 |
| Octal | 45 | 213 | 356 | 124 | 52 | 0 | 7 | 322 | 126 | 66 |
| Binary | 100101 | 10001011 | 11101110 | 1010100 | 101010 | 0 | 111 | 11010010 | 1010110 | 110110 |
Color Harmonies of #258BEE
Complementary color
Monochromatic Colors of #258BEE
Black with #258BEE
Text Example
Text Example
White with #258BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BEE; }
p { color: rgb(37,139,238); }
H1.HeaderClassName
{
color: #258BEE;
}
.AnyTagClassName
{
color: #258BEE;
}
</style>
background-color css
<style>
a { background-color: #258BEE; }
a { background-color: rgb(37,139,238); }
div.DivClassName
{
background-color: #258BEE;
}
.BgClassName
{
background-color: #258BEE;
}
</style>
border-color css
<style>
span { border-color: #258BEE; }
span { border-color: rgb(37,139,238); }
td.TdClassName
{
border-color: #258BEE;
}
.TagClassName
{
border-color: #258BEE;
}
</style>