Shades of Dodger Blue #258ADC
Tints of Dodger Blue #258ADC
RGB
CMYK
RGB Variations
Color information
#258ADC (or 0x258ADC) is known color: Dodger Blue. HEX triplet: 25, 8A and DC. RGB value is (37,138,220). Sum of RGB (Red+Green+Blue) = 37+138+220=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #258ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADC is #DA7523. Grayscale: #747474. Windows color (decimal): -14316836 or 14453285. OLE color: 14453285.
HSL color Cylindrical-coordinate representation of color #258ADC: hue angle of 206.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258ADC is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 138 | 220 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.14 |
| HSL | 206.89º | 0.72% | 0.5% | - |
| HSV(B) | 206.89º | 0.83% | 0.86% | - |
| XYZ | 22.77 | 23.74 | 71.09 | - |
| YUV | 117.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 220 | 0.83 | 0.37 | 0 | 0.14 | 206.89 | 0.72 | 0.5 |
| Hex | 25 | 8A | DC | 53 | 25 | 0 | E | CF | 48 | 32 |
| Octal | 45 | 212 | 334 | 123 | 45 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100101 | 10001010 | 11011100 | 1010011 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #258ADC
Complementary color
Monochromatic Colors of #258ADC
Black with #258ADC
Text Example
Text Example
White with #258ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ADC; }
p { color: rgb(37,138,220); }
H1.HeaderClassName
{
color: #258ADC;
}
.AnyTagClassName
{
color: #258ADC;
}
</style>
background-color css
<style>
a { background-color: #258ADC; }
a { background-color: rgb(37,138,220); }
div.DivClassName
{
background-color: #258ADC;
}
.BgClassName
{
background-color: #258ADC;
}
</style>
border-color css
<style>
span { border-color: #258ADC; }
span { border-color: rgb(37,138,220); }
td.TdClassName
{
border-color: #258ADC;
}
.TagClassName
{
border-color: #258ADC;
}
</style>