Shades of Dodger Blue #148EE1
Tints of Dodger Blue #148EE1
RGB
CMYK
RGB Variations
Color information
#148EE1 (or 0x148EE1) is known color: Dodger Blue. HEX triplet: 14, 8E and E1. RGB value is (20,142,225). Sum of RGB (Red+Green+Blue) = 20+142+225=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #148EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EE1 is #EB711E. Grayscale: #727272. Windows color (decimal): -15429919 or 14781972. OLE color: 14781972.
HSL color Cylindrical-coordinate representation of color #148EE1: hue angle of 204.29º 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 #148EE1 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 142 | 225 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.12 |
| HSL | 204.29º | 0.84% | 0.48% | - |
| HSV(B) | 204.29º | 0.91% | 0.88% | - |
| XYZ | 23.55 | 24.93 | 74.81 | - |
| YUV | 114.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 225 | 0.91 | 0.37 | 0 | 0.12 | 204.29 | 0.84 | 0.48 |
| Hex | 14 | 8E | E1 | 5B | 25 | 0 | C | CC | 54 | 30 |
| Octal | 24 | 216 | 341 | 133 | 45 | 0 | 14 | 314 | 124 | 60 |
| Binary | 10100 | 10001110 | 11100001 | 1011011 | 100101 | 0 | 1100 | 11001100 | 1010100 | 110000 |
Color Harmonies of #148EE1
Complementary color
Monochromatic Colors of #148EE1
Black with #148EE1
Text Example
Text Example
White with #148EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EE1; }
p { color: rgb(20,142,225); }
H1.HeaderClassName
{
color: #148EE1;
}
.AnyTagClassName
{
color: #148EE1;
}
</style>
background-color css
<style>
a { background-color: #148EE1; }
a { background-color: rgb(20,142,225); }
div.DivClassName
{
background-color: #148EE1;
}
.BgClassName
{
background-color: #148EE1;
}
</style>
border-color css
<style>
span { border-color: #148EE1; }
span { border-color: rgb(20,142,225); }
td.TdClassName
{
border-color: #148EE1;
}
.TagClassName
{
border-color: #148EE1;
}
</style>