Shades of Dodger Blue #148BE3
Tints of Dodger Blue #148BE3
RGB
CMYK
RGB Variations
Color information
#148BE3 (or 0x148BE3) is known color: Dodger Blue. HEX triplet: 14, 8B and E3. RGB value is (20,139,227). Sum of RGB (Red+Green+Blue) = 20+139+227=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #148BE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BE3 is #EB741C. Grayscale: #707070. Windows color (decimal): -15430685 or 14912276. OLE color: 14912276.
HSL color Cylindrical-coordinate representation of color #148BE3: hue angle of 205.51º 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 #148BE3 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 139 | 227 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.11 |
| HSL | 205.51º | 0.84% | 0.48% | - |
| HSV(B) | 205.51º | 0.91% | 0.89% | - |
| XYZ | 23.39 | 24.16 | 76.1 | - |
| YUV | 113.45 | 192.08 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 227 | 0.91 | 0.39 | 0 | 0.11 | 205.51 | 0.84 | 0.48 |
| Hex | 14 | 8B | E3 | 5B | 27 | 0 | B | CE | 54 | 30 |
| Octal | 24 | 213 | 343 | 133 | 47 | 0 | 13 | 316 | 124 | 60 |
| Binary | 10100 | 10001011 | 11100011 | 1011011 | 100111 | 0 | 1011 | 11001110 | 1010100 | 110000 |
Color Harmonies of #148BE3
Complementary color
Monochromatic Colors of #148BE3
Black with #148BE3
Text Example
Text Example
White with #148BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BE3; }
p { color: rgb(20,139,227); }
H1.HeaderClassName
{
color: #148BE3;
}
.AnyTagClassName
{
color: #148BE3;
}
</style>
background-color css
<style>
a { background-color: #148BE3; }
a { background-color: rgb(20,139,227); }
div.DivClassName
{
background-color: #148BE3;
}
.BgClassName
{
background-color: #148BE3;
}
</style>
border-color css
<style>
span { border-color: #148BE3; }
span { border-color: rgb(20,139,227); }
td.TdClassName
{
border-color: #148BE3;
}
.TagClassName
{
border-color: #148BE3;
}
</style>