Shades of Dodger Blue #148ADB
Tints of Dodger Blue #148ADB
RGB
CMYK
RGB Variations
Color information
#148ADB (or 0x148ADB) is known color: Dodger Blue. HEX triplet: 14, 8A and DB. RGB value is (20,138,219). Sum of RGB (Red+Green+Blue) = 20+138+219=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #148ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ADB is #EB7524. Grayscale: #6F6F6F. Windows color (decimal): -15430949 or 14387732. OLE color: 14387732.
HSL color Cylindrical-coordinate representation of color #148ADB: hue angle of 204.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148ADB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 138 | 219 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.14 |
| HSL | 204.42º | 0.83% | 0.47% | - |
| HSV(B) | 204.42º | 0.91% | 0.86% | - |
| XYZ | 22.16 | 23.44 | 70.37 | - |
| YUV | 111.95 | 188.41 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 219 | 0.91 | 0.37 | 0 | 0.14 | 204.42 | 0.83 | 0.47 |
| Hex | 14 | 8A | DB | 5B | 25 | 0 | E | CC | 53 | 2F |
| Octal | 24 | 212 | 333 | 133 | 45 | 0 | 16 | 314 | 123 | 57 |
| Binary | 10100 | 10001010 | 11011011 | 1011011 | 100101 | 0 | 1110 | 11001100 | 1010011 | 101111 |
Color Harmonies of #148ADB
Complementary color
Monochromatic Colors of #148ADB
Black with #148ADB
Text Example
Text Example
White with #148ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ADB; }
p { color: rgb(20,138,219); }
H1.HeaderClassName
{
color: #148ADB;
}
.AnyTagClassName
{
color: #148ADB;
}
</style>
background-color css
<style>
a { background-color: #148ADB; }
a { background-color: rgb(20,138,219); }
div.DivClassName
{
background-color: #148ADB;
}
.BgClassName
{
background-color: #148ADB;
}
</style>
border-color css
<style>
span { border-color: #148ADB; }
span { border-color: rgb(20,138,219); }
td.TdClassName
{
border-color: #148ADB;
}
.TagClassName
{
border-color: #148ADB;
}
</style>