Shades of Dodger Blue #148DDC
Tints of Dodger Blue #148DDC
RGB
CMYK
RGB Variations
Color information
#148DDC (or 0x148DDC) is known color: Dodger Blue. HEX triplet: 14, 8D and DC. RGB value is (20,141,220). Sum of RGB (Red+Green+Blue) = 20+141+220=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #148DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DDC is #EB7223. Grayscale: #717171. Windows color (decimal): -15430180 or 14454036. OLE color: 14454036.
HSL color Cylindrical-coordinate representation of color #148DDC: hue angle of 203.7º 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 #148DDC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 141 | 220 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.14 |
| HSL | 203.7º | 0.83% | 0.47% | - |
| HSV(B) | 203.7º | 0.91% | 0.86% | - |
| XYZ | 22.73 | 24.37 | 71.22 | - |
| YUV | 113.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 220 | 0.91 | 0.36 | 0 | 0.14 | 203.7 | 0.83 | 0.47 |
| Hex | 14 | 8D | DC | 5B | 24 | 0 | E | CC | 53 | 2F |
| Octal | 24 | 215 | 334 | 133 | 44 | 0 | 16 | 314 | 123 | 57 |
| Binary | 10100 | 10001101 | 11011100 | 1011011 | 100100 | 0 | 1110 | 11001100 | 1010011 | 101111 |
Color Harmonies of #148DDC
Complementary color
Monochromatic Colors of #148DDC
Black with #148DDC
Text Example
Text Example
White with #148DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148DDC; }
p { color: rgb(20,141,220); }
H1.HeaderClassName
{
color: #148DDC;
}
.AnyTagClassName
{
color: #148DDC;
}
</style>
background-color css
<style>
a { background-color: #148DDC; }
a { background-color: rgb(20,141,220); }
div.DivClassName
{
background-color: #148DDC;
}
.BgClassName
{
background-color: #148DDC;
}
</style>
border-color css
<style>
span { border-color: #148DDC; }
span { border-color: rgb(20,141,220); }
td.TdClassName
{
border-color: #148DDC;
}
.TagClassName
{
border-color: #148DDC;
}
</style>