Shades of Dodger Blue #148EE2
Tints of Dodger Blue #148EE2
RGB
CMYK
RGB Variations
Color information
#148EE2 (or 0x148EE2) is known color: Dodger Blue. HEX triplet: 14, 8E and E2. RGB value is (20,142,226). Sum of RGB (Red+Green+Blue) = 20+142+226=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 226 (88.67% from 255 or 58.25% from 388); Max value from RGB is 226 - color contains mainly: blue. Hex color #148EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EE2 is #EB711D. Grayscale: #727272. Windows color (decimal): -15429918 or 14847508. OLE color: 14847508.
HSL color Cylindrical-coordinate representation of color #148EE2: hue angle of 204.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148EE2 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 142 | 226 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.11 |
| HSL | 204.47º | 0.84% | 0.48% | - |
| HSV(B) | 204.47º | 0.91% | 0.89% | - |
| XYZ | 23.69 | 24.99 | 75.53 | - |
| YUV | 115.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 226 | 0.91 | 0.37 | 0 | 0.11 | 204.47 | 0.84 | 0.48 |
| Hex | 14 | 8E | E2 | 5B | 25 | 0 | B | CC | 54 | 30 |
| Octal | 24 | 216 | 342 | 133 | 45 | 0 | 13 | 314 | 124 | 60 |
| Binary | 10100 | 10001110 | 11100010 | 1011011 | 100101 | 0 | 1011 | 11001100 | 1010100 | 110000 |
Color Harmonies of #148EE2
Complementary color
Monochromatic Colors of #148EE2
Black with #148EE2
Text Example
Text Example
White with #148EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EE2; }
p { color: rgb(20,142,226); }
H1.HeaderClassName
{
color: #148EE2;
}
.AnyTagClassName
{
color: #148EE2;
}
</style>
background-color css
<style>
a { background-color: #148EE2; }
a { background-color: rgb(20,142,226); }
div.DivClassName
{
background-color: #148EE2;
}
.BgClassName
{
background-color: #148EE2;
}
</style>
border-color css
<style>
span { border-color: #148EE2; }
span { border-color: rgb(20,142,226); }
td.TdClassName
{
border-color: #148EE2;
}
.TagClassName
{
border-color: #148EE2;
}
</style>