Shades of Dodger Blue #258CE0
Tints of Dodger Blue #258CE0
RGB
CMYK
RGB Variations
Color information
#258CE0 (or 0x258CE0) is known color: Dodger Blue. HEX triplet: 25, 8C and E0. RGB value is (37,140,224). Sum of RGB (Red+Green+Blue) = 37+140+224=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #258CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CE0 is #DA731F. Grayscale: #767676. Windows color (decimal): -14316320 or 14715941. OLE color: 14715941.
HSL color Cylindrical-coordinate representation of color #258CE0: hue angle of 206.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258CE0 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 140 | 224 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.12 |
| HSL | 206.95º | 0.75% | 0.51% | - |
| HSV(B) | 206.95º | 0.83% | 0.88% | - |
| XYZ | 23.6 | 24.53 | 74.01 | - |
| YUV | 118.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 224 | 0.83 | 0.38 | 0 | 0.12 | 206.95 | 0.75 | 0.51 |
| Hex | 25 | 8C | E0 | 53 | 26 | 0 | C | CF | 4B | 33 |
| Octal | 45 | 214 | 340 | 123 | 46 | 0 | 14 | 317 | 113 | 63 |
| Binary | 100101 | 10001100 | 11100000 | 1010011 | 100110 | 0 | 1100 | 11001111 | 1001011 | 110011 |
Color Harmonies of #258CE0
Complementary color
Monochromatic Colors of #258CE0
Black with #258CE0
Text Example
Text Example
White with #258CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CE0; }
p { color: rgb(37,140,224); }
H1.HeaderClassName
{
color: #258CE0;
}
.AnyTagClassName
{
color: #258CE0;
}
</style>
background-color css
<style>
a { background-color: #258CE0; }
a { background-color: rgb(37,140,224); }
div.DivClassName
{
background-color: #258CE0;
}
.BgClassName
{
background-color: #258CE0;
}
</style>
border-color css
<style>
span { border-color: #258CE0; }
span { border-color: rgb(37,140,224); }
td.TdClassName
{
border-color: #258CE0;
}
.TagClassName
{
border-color: #258CE0;
}
</style>