Shades of Dodger Blue #148DF0
Tints of Dodger Blue #148DF0
RGB
CMYK
RGB Variations
Color information
#148DF0 (or 0x148DF0) is known color: Dodger Blue. HEX triplet: 14, 8D and F0. RGB value is (20,141,240). Sum of RGB (Red+Green+Blue) = 20+141+240=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #148DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DF0 is #EB720F. Grayscale: #737373. Windows color (decimal): -15430160 or 15764756. OLE color: 15764756.
HSL color Cylindrical-coordinate representation of color #148DF0: hue angle of 207º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148DF0 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 141 | 240 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.06 |
| HSL | 207º | 0.88% | 0.51% | - |
| HSV(B) | 207º | 0.92% | 0.94% | - |
| XYZ | 25.54 | 25.49 | 86.01 | - |
| YUV | 116.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 240 | 0.92 | 0.41 | 0 | 0.06 | 207 | 0.88 | 0.51 |
| Hex | 14 | 8D | F0 | 5C | 29 | 0 | 6 | CF | 58 | 33 |
| Octal | 24 | 215 | 360 | 134 | 51 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10100 | 10001101 | 11110000 | 1011100 | 101001 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #148DF0
Complementary color
Monochromatic Colors of #148DF0
Black with #148DF0
Text Example
Text Example
White with #148DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148DF0; }
p { color: rgb(20,141,240); }
H1.HeaderClassName
{
color: #148DF0;
}
.AnyTagClassName
{
color: #148DF0;
}
</style>
background-color css
<style>
a { background-color: #148DF0; }
a { background-color: rgb(20,141,240); }
div.DivClassName
{
background-color: #148DF0;
}
.BgClassName
{
background-color: #148DF0;
}
</style>
border-color css
<style>
span { border-color: #148DF0; }
span { border-color: rgb(20,141,240); }
td.TdClassName
{
border-color: #148DF0;
}
.TagClassName
{
border-color: #148DF0;
}
</style>