Shades of Dodger Blue #148ADC
Tints of Dodger Blue #148ADC
RGB
CMYK
RGB Variations
Color information
#148ADC (or 0x148ADC) is known color: Dodger Blue. HEX triplet: 14, 8A and DC. RGB value is (20,138,220). Sum of RGB (Red+Green+Blue) = 20+138+220=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #148ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ADC is #EB7523. Grayscale: #6F6F6F. Windows color (decimal): -15430948 or 14453268. OLE color: 14453268.
HSL color Cylindrical-coordinate representation of color #148ADC: hue angle of 204.6º 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 #148ADC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 138 | 220 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.14 |
| HSL | 204.6º | 0.83% | 0.47% | - |
| HSV(B) | 204.6º | 0.91% | 0.86% | - |
| XYZ | 22.3 | 23.49 | 71.07 | - |
| YUV | 112.07 | 188.91 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 220 | 0.91 | 0.37 | 0 | 0.14 | 204.6 | 0.83 | 0.47 |
| Hex | 14 | 8A | DC | 5B | 25 | 0 | E | CD | 53 | 2F |
| Octal | 24 | 212 | 334 | 133 | 45 | 0 | 16 | 315 | 123 | 57 |
| Binary | 10100 | 10001010 | 11011100 | 1011011 | 100101 | 0 | 1110 | 11001101 | 1010011 | 101111 |
Color Harmonies of #148ADC
Complementary color
Monochromatic Colors of #148ADC
Black with #148ADC
Text Example
Text Example
White with #148ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ADC; }
p { color: rgb(20,138,220); }
H1.HeaderClassName
{
color: #148ADC;
}
.AnyTagClassName
{
color: #148ADC;
}
</style>
background-color css
<style>
a { background-color: #148ADC; }
a { background-color: rgb(20,138,220); }
div.DivClassName
{
background-color: #148ADC;
}
.BgClassName
{
background-color: #148ADC;
}
</style>
border-color css
<style>
span { border-color: #148ADC; }
span { border-color: rgb(20,138,220); }
td.TdClassName
{
border-color: #148ADC;
}
.TagClassName
{
border-color: #148ADC;
}
</style>