Shades of Dodger Blue #148CDB
Tints of Dodger Blue #148CDB
RGB
CMYK
RGB Variations
Color information
#148CDB (or 0x148CDB) is known color: Dodger Blue. HEX triplet: 14, 8C and DB. RGB value is (20,140,219). Sum of RGB (Red+Green+Blue) = 20+140+219=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #148CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CDB is #EB7324. Grayscale: #707070. Windows color (decimal): -15430437 or 14388244. OLE color: 14388244.
HSL color Cylindrical-coordinate representation of color #148CDB: hue angle of 203.82º 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 #148CDB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 140 | 219 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.14 |
| HSL | 203.82º | 0.83% | 0.47% | - |
| HSV(B) | 203.82º | 0.91% | 0.86% | - |
| XYZ | 22.45 | 24.02 | 70.47 | - |
| YUV | 113.13 | 187.74 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 219 | 0.91 | 0.36 | 0 | 0.14 | 203.82 | 0.83 | 0.47 |
| Hex | 14 | 8C | DB | 5B | 24 | 0 | E | CC | 53 | 2F |
| Octal | 24 | 214 | 333 | 133 | 44 | 0 | 16 | 314 | 123 | 57 |
| Binary | 10100 | 10001100 | 11011011 | 1011011 | 100100 | 0 | 1110 | 11001100 | 1010011 | 101111 |
Color Harmonies of #148CDB
Complementary color
Monochromatic Colors of #148CDB
Black with #148CDB
Text Example
Text Example
White with #148CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CDB; }
p { color: rgb(20,140,219); }
H1.HeaderClassName
{
color: #148CDB;
}
.AnyTagClassName
{
color: #148CDB;
}
</style>
background-color css
<style>
a { background-color: #148CDB; }
a { background-color: rgb(20,140,219); }
div.DivClassName
{
background-color: #148CDB;
}
.BgClassName
{
background-color: #148CDB;
}
</style>
border-color css
<style>
span { border-color: #148CDB; }
span { border-color: rgb(20,140,219); }
td.TdClassName
{
border-color: #148CDB;
}
.TagClassName
{
border-color: #148CDB;
}
</style>