Shades of Dodger Blue #148CE1
Tints of Dodger Blue #148CE1
RGB
CMYK
RGB Variations
Color information
#148CE1 (or 0x148CE1) is known color: Dodger Blue. HEX triplet: 14, 8C and E1. RGB value is (20,140,225). Sum of RGB (Red+Green+Blue) = 20+140+225=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #148CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CE1 is #EB731E. Grayscale: #717171. Windows color (decimal): -15430431 or 14781460. OLE color: 14781460.
HSL color Cylindrical-coordinate representation of color #148CE1: hue angle of 204.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148CE1 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 140 | 225 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.12 |
| HSL | 204.88º | 0.84% | 0.48% | - |
| HSV(B) | 204.88º | 0.91% | 0.88% | - |
| XYZ | 23.26 | 24.34 | 74.71 | - |
| YUV | 113.81 | 190.74 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 225 | 0.91 | 0.38 | 0 | 0.12 | 204.88 | 0.84 | 0.48 |
| Hex | 14 | 8C | E1 | 5B | 26 | 0 | C | CD | 54 | 30 |
| Octal | 24 | 214 | 341 | 133 | 46 | 0 | 14 | 315 | 124 | 60 |
| Binary | 10100 | 10001100 | 11100001 | 1011011 | 100110 | 0 | 1100 | 11001101 | 1010100 | 110000 |
Color Harmonies of #148CE1
Complementary color
Monochromatic Colors of #148CE1
Black with #148CE1
Text Example
Text Example
White with #148CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CE1; }
p { color: rgb(20,140,225); }
H1.HeaderClassName
{
color: #148CE1;
}
.AnyTagClassName
{
color: #148CE1;
}
</style>
background-color css
<style>
a { background-color: #148CE1; }
a { background-color: rgb(20,140,225); }
div.DivClassName
{
background-color: #148CE1;
}
.BgClassName
{
background-color: #148CE1;
}
</style>
border-color css
<style>
span { border-color: #148CE1; }
span { border-color: rgb(20,140,225); }
td.TdClassName
{
border-color: #148CE1;
}
.TagClassName
{
border-color: #148CE1;
}
</style>