Shades of Dodger Blue #258CEE
Tints of Dodger Blue #258CEE
RGB
CMYK
RGB Variations
Color information
#258CEE (or 0x258CEE) is known color: Dodger Blue. HEX triplet: 25, 8C and EE. RGB value is (37,140,238). Sum of RGB (Red+Green+Blue) = 37+140+238=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #258CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CEE is #DA7311. Grayscale: #777777. Windows color (decimal): -14316306 or 15633445. OLE color: 15633445.
HSL color Cylindrical-coordinate representation of color #258CEE: hue angle of 209.25º 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 #258CEE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 140 | 238 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.07 |
| HSL | 209.25º | 0.86% | 0.54% | - |
| HSV(B) | 209.25º | 0.84% | 0.93% | - |
| XYZ | 25.57 | 25.32 | 84.43 | - |
| YUV | 120.38 | 194.38 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 238 | 0.84 | 0.41 | 0 | 0.07 | 209.25 | 0.86 | 0.54 |
| Hex | 25 | 8C | EE | 54 | 29 | 0 | 7 | D1 | 56 | 36 |
| Octal | 45 | 214 | 356 | 124 | 51 | 0 | 7 | 321 | 126 | 66 |
| Binary | 100101 | 10001100 | 11101110 | 1010100 | 101001 | 0 | 111 | 11010001 | 1010110 | 110110 |
Color Harmonies of #258CEE
Complementary color
Monochromatic Colors of #258CEE
Black with #258CEE
Text Example
Text Example
White with #258CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CEE; }
p { color: rgb(37,140,238); }
H1.HeaderClassName
{
color: #258CEE;
}
.AnyTagClassName
{
color: #258CEE;
}
</style>
background-color css
<style>
a { background-color: #258CEE; }
a { background-color: rgb(37,140,238); }
div.DivClassName
{
background-color: #258CEE;
}
.BgClassName
{
background-color: #258CEE;
}
</style>
border-color css
<style>
span { border-color: #258CEE; }
span { border-color: rgb(37,140,238); }
td.TdClassName
{
border-color: #258CEE;
}
.TagClassName
{
border-color: #258CEE;
}
</style>