Shades of Dodger Blue #148BDF
Tints of Dodger Blue #148BDF
RGB
CMYK
RGB Variations
Color information
#148BDF (or 0x148BDF) is known color: Dodger Blue. HEX triplet: 14, 8B and DF. RGB value is (20,139,223). Sum of RGB (Red+Green+Blue) = 20+139+223=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #148BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDF is #EB7420. Grayscale: #707070. Windows color (decimal): -15430689 or 14650132. OLE color: 14650132.
HSL color Cylindrical-coordinate representation of color #148BDF: hue angle of 204.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 139 | 223 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.13 |
| HSL | 204.83º | 0.84% | 0.48% | - |
| HSV(B) | 204.83º | 0.91% | 0.87% | - |
| XYZ | 22.84 | 23.94 | 73.23 | - |
| YUV | 113 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 223 | 0.91 | 0.38 | 0 | 0.13 | 204.83 | 0.84 | 0.48 |
| Hex | 14 | 8B | DF | 5B | 26 | 0 | D | CD | 54 | 30 |
| Octal | 24 | 213 | 337 | 133 | 46 | 0 | 15 | 315 | 124 | 60 |
| Binary | 10100 | 10001011 | 11011111 | 1011011 | 100110 | 0 | 1101 | 11001101 | 1010100 | 110000 |
Color Harmonies of #148BDF
Complementary color
Monochromatic Colors of #148BDF
Black with #148BDF
Text Example
Text Example
White with #148BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BDF; }
p { color: rgb(20,139,223); }
H1.HeaderClassName
{
color: #148BDF;
}
.AnyTagClassName
{
color: #148BDF;
}
</style>
background-color css
<style>
a { background-color: #148BDF; }
a { background-color: rgb(20,139,223); }
div.DivClassName
{
background-color: #148BDF;
}
.BgClassName
{
background-color: #148BDF;
}
</style>
border-color css
<style>
span { border-color: #148BDF; }
span { border-color: rgb(20,139,223); }
td.TdClassName
{
border-color: #148BDF;
}
.TagClassName
{
border-color: #148BDF;
}
</style>