Shades of Dodger Blue #148EFB
Tints of Dodger Blue #148EFB
RGB
CMYK
RGB Variations
Color information
#148EFB (or 0x148EFB) is known color: Dodger Blue. HEX triplet: 14, 8E and FB. RGB value is (20,142,251). Sum of RGB (Red+Green+Blue) = 20+142+251=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #148EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EFB is #EB7104. Grayscale: #757575. Windows color (decimal): -15429893 or 16485908. OLE color: 16485908.
HSL color Cylindrical-coordinate representation of color #148EFB: hue angle of 208.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148EFB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 142 | 251 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.02 |
| HSL | 208.31º | 0.97% | 0.53% | - |
| HSV(B) | 208.31º | 0.92% | 0.98% | - |
| XYZ | 27.37 | 26.46 | 94.93 | - |
| YUV | 117.95 | 203.08 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 251 | 0.92 | 0.43 | 0 | 0.02 | 208.31 | 0.97 | 0.53 |
| Hex | 14 | 8E | FB | 5C | 2B | 0 | 2 | D0 | 61 | 35 |
| Octal | 24 | 216 | 373 | 134 | 53 | 0 | 2 | 320 | 141 | 65 |
| Binary | 10100 | 10001110 | 11111011 | 1011100 | 101011 | 0 | 10 | 11010000 | 1100001 | 110101 |
Color Harmonies of #148EFB
Complementary color
Monochromatic Colors of #148EFB
Black with #148EFB
Text Example
Text Example
White with #148EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EFB; }
p { color: rgb(20,142,251); }
H1.HeaderClassName
{
color: #148EFB;
}
.AnyTagClassName
{
color: #148EFB;
}
</style>
background-color css
<style>
a { background-color: #148EFB; }
a { background-color: rgb(20,142,251); }
div.DivClassName
{
background-color: #148EFB;
}
.BgClassName
{
background-color: #148EFB;
}
</style>
border-color css
<style>
span { border-color: #148EFB; }
span { border-color: rgb(20,142,251); }
td.TdClassName
{
border-color: #148EFB;
}
.TagClassName
{
border-color: #148EFB;
}
</style>