Shades of Dodger Blue #148BE8
Tints of Dodger Blue #148BE8
RGB
CMYK
RGB Variations
Color information
#148BE8 (or 0x148BE8) is known color: Dodger Blue. HEX triplet: 14, 8B and E8. RGB value is (20,139,232). Sum of RGB (Red+Green+Blue) = 20+139+232=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #148BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BE8 is #EB7417. Grayscale: #717171. Windows color (decimal): -15430680 or 15239956. OLE color: 15239956.
HSL color Cylindrical-coordinate representation of color #148BE8: hue angle of 206.32º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BE8 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 139 | 232 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.09 |
| HSL | 206.32º | 0.84% | 0.49% | - |
| HSV(B) | 206.32º | 0.91% | 0.91% | - |
| XYZ | 24.09 | 24.44 | 79.79 | - |
| YUV | 114.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 232 | 0.91 | 0.40 | 0 | 0.09 | 206.32 | 0.84 | 0.49 |
| Hex | 14 | 8B | E8 | 5B | 28 | 0 | 9 | CE | 54 | 31 |
| Octal | 24 | 213 | 350 | 133 | 50 | 0 | 11 | 316 | 124 | 61 |
| Binary | 10100 | 10001011 | 11101000 | 1011011 | 101000 | 0 | 1001 | 11001110 | 1010100 | 110001 |
Color Harmonies of #148BE8
Complementary color
Monochromatic Colors of #148BE8
Black with #148BE8
Text Example
Text Example
White with #148BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BE8; }
p { color: rgb(20,139,232); }
H1.HeaderClassName
{
color: #148BE8;
}
.AnyTagClassName
{
color: #148BE8;
}
</style>
background-color css
<style>
a { background-color: #148BE8; }
a { background-color: rgb(20,139,232); }
div.DivClassName
{
background-color: #148BE8;
}
.BgClassName
{
background-color: #148BE8;
}
</style>
border-color css
<style>
span { border-color: #148BE8; }
span { border-color: rgb(20,139,232); }
td.TdClassName
{
border-color: #148BE8;
}
.TagClassName
{
border-color: #148BE8;
}
</style>