Shades of Dodger Blue #148CE0
Tints of Dodger Blue #148CE0
RGB
CMYK
RGB Variations
Color information
#148CE0 (or 0x148CE0) is known color: Dodger Blue. HEX triplet: 14, 8C and E0. RGB value is (20,140,224). Sum of RGB (Red+Green+Blue) = 20+140+224=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #148CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CE0 is #EB731F. Grayscale: #717171. Windows color (decimal): -15430432 or 14715924. OLE color: 14715924.
HSL color Cylindrical-coordinate representation of color #148CE0: hue angle of 204.71º 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 #148CE0 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 140 | 224 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.12 |
| HSL | 204.71º | 0.84% | 0.48% | - |
| HSV(B) | 204.71º | 0.91% | 0.88% | - |
| XYZ | 23.12 | 24.29 | 73.99 | - |
| YUV | 113.7 | 190.24 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 224 | 0.91 | 0.38 | 0 | 0.12 | 204.71 | 0.84 | 0.48 |
| Hex | 14 | 8C | E0 | 5B | 26 | 0 | C | CD | 54 | 30 |
| Octal | 24 | 214 | 340 | 133 | 46 | 0 | 14 | 315 | 124 | 60 |
| Binary | 10100 | 10001100 | 11100000 | 1011011 | 100110 | 0 | 1100 | 11001101 | 1010100 | 110000 |
Color Harmonies of #148CE0
Complementary color
Monochromatic Colors of #148CE0
Black with #148CE0
Text Example
Text Example
White with #148CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CE0; }
p { color: rgb(20,140,224); }
H1.HeaderClassName
{
color: #148CE0;
}
.AnyTagClassName
{
color: #148CE0;
}
</style>
background-color css
<style>
a { background-color: #148CE0; }
a { background-color: rgb(20,140,224); }
div.DivClassName
{
background-color: #148CE0;
}
.BgClassName
{
background-color: #148CE0;
}
</style>
border-color css
<style>
span { border-color: #148CE0; }
span { border-color: rgb(20,140,224); }
td.TdClassName
{
border-color: #148CE0;
}
.TagClassName
{
border-color: #148CE0;
}
</style>