Shades of Dodger Blue #258ADB
Tints of Dodger Blue #258ADB
RGB
CMYK
RGB Variations
Color information
#258ADB (or 0x258ADB) is known color: Dodger Blue. HEX triplet: 25, 8A and DB. RGB value is (37,138,219). Sum of RGB (Red+Green+Blue) = 37+138+219=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #258ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADB is #DA7524. Grayscale: #747474. Windows color (decimal): -14316837 or 14387749. OLE color: 14387749.
HSL color Cylindrical-coordinate representation of color #258ADB: hue angle of 206.7º 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 #258ADB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 138 | 219 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.14 |
| HSL | 206.7º | 0.72% | 0.5% | - |
| HSV(B) | 206.7º | 0.83% | 0.86% | - |
| XYZ | 22.64 | 23.68 | 70.4 | - |
| YUV | 117.04 | 185.54 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 219 | 0.83 | 0.37 | 0 | 0.14 | 206.7 | 0.72 | 0.5 |
| Hex | 25 | 8A | DB | 53 | 25 | 0 | E | CF | 48 | 32 |
| Octal | 45 | 212 | 333 | 123 | 45 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100101 | 10001010 | 11011011 | 1010011 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #258ADB
Complementary color
Monochromatic Colors of #258ADB
Black with #258ADB
Text Example
Text Example
White with #258ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ADB; }
p { color: rgb(37,138,219); }
H1.HeaderClassName
{
color: #258ADB;
}
.AnyTagClassName
{
color: #258ADB;
}
</style>
background-color css
<style>
a { background-color: #258ADB; }
a { background-color: rgb(37,138,219); }
div.DivClassName
{
background-color: #258ADB;
}
.BgClassName
{
background-color: #258ADB;
}
</style>
border-color css
<style>
span { border-color: #258ADB; }
span { border-color: rgb(37,138,219); }
td.TdClassName
{
border-color: #258ADB;
}
.TagClassName
{
border-color: #258ADB;
}
</style>