Shades of Dodger Blue #148BDE
Tints of Dodger Blue #148BDE
RGB
CMYK
RGB Variations
Color information
#148BDE (or 0x148BDE) is known color: Dodger Blue. HEX triplet: 14, 8B and DE. RGB value is (20,139,222). Sum of RGB (Red+Green+Blue) = 20+139+222=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #148BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDE is #EB7421. Grayscale: #707070. Windows color (decimal): -15430690 or 14584596. OLE color: 14584596.
HSL color Cylindrical-coordinate representation of color #148BDE: hue angle of 204.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 139 | 222 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.13 |
| HSL | 204.65º | 0.83% | 0.47% | - |
| HSV(B) | 204.65º | 0.91% | 0.87% | - |
| XYZ | 22.71 | 23.89 | 72.52 | - |
| YUV | 112.88 | 189.58 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 222 | 0.91 | 0.37 | 0 | 0.13 | 204.65 | 0.83 | 0.47 |
| Hex | 14 | 8B | DE | 5B | 25 | 0 | D | CD | 53 | 2F |
| Octal | 24 | 213 | 336 | 133 | 45 | 0 | 15 | 315 | 123 | 57 |
| Binary | 10100 | 10001011 | 11011110 | 1011011 | 100101 | 0 | 1101 | 11001101 | 1010011 | 101111 |
Color Harmonies of #148BDE
Complementary color
Monochromatic Colors of #148BDE
Black with #148BDE
Text Example
Text Example
White with #148BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BDE; }
p { color: rgb(20,139,222); }
H1.HeaderClassName
{
color: #148BDE;
}
.AnyTagClassName
{
color: #148BDE;
}
</style>
background-color css
<style>
a { background-color: #148BDE; }
a { background-color: rgb(20,139,222); }
div.DivClassName
{
background-color: #148BDE;
}
.BgClassName
{
background-color: #148BDE;
}
</style>
border-color css
<style>
span { border-color: #148BDE; }
span { border-color: rgb(20,139,222); }
td.TdClassName
{
border-color: #148BDE;
}
.TagClassName
{
border-color: #148BDE;
}
</style>