Shades of Dodger Blue #148EF4
Tints of Dodger Blue #148EF4
RGB
CMYK
RGB Variations
Color information
#148EF4 (or 0x148EF4) is known color: Dodger Blue. HEX triplet: 14, 8E and F4. RGB value is (20,142,244). Sum of RGB (Red+Green+Blue) = 20+142+244=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 244 (95.70% from 255 or 60.10% from 406); Max value from RGB is 244 - color contains mainly: blue. Hex color #148EF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EF4 is #EB710B. Grayscale: #747474. Windows color (decimal): -15429900 or 16027156. OLE color: 16027156.
HSL color Cylindrical-coordinate representation of color #148EF4: hue angle of 207.32º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148EF4 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 142 | 244 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.04 |
| HSL | 207.32º | 0.91% | 0.52% | - |
| HSV(B) | 207.32º | 0.92% | 0.96% | - |
| XYZ | 26.29 | 26.03 | 89.23 | - |
| YUV | 117.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 244 | 0.92 | 0.42 | 0 | 0.04 | 207.32 | 0.91 | 0.52 |
| Hex | 14 | 8E | F4 | 5C | 2A | 0 | 4 | CF | 5B | 34 |
| Octal | 24 | 216 | 364 | 134 | 52 | 0 | 4 | 317 | 133 | 64 |
| Binary | 10100 | 10001110 | 11110100 | 1011100 | 101010 | 0 | 100 | 11001111 | 1011011 | 110100 |
Color Harmonies of #148EF4
Complementary color
Monochromatic Colors of #148EF4
Black with #148EF4
Text Example
Text Example
White with #148EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EF4; }
p { color: rgb(20,142,244); }
H1.HeaderClassName
{
color: #148EF4;
}
.AnyTagClassName
{
color: #148EF4;
}
</style>
background-color css
<style>
a { background-color: #148EF4; }
a { background-color: rgb(20,142,244); }
div.DivClassName
{
background-color: #148EF4;
}
.BgClassName
{
background-color: #148EF4;
}
</style>
border-color css
<style>
span { border-color: #148EF4; }
span { border-color: rgb(20,142,244); }
td.TdClassName
{
border-color: #148EF4;
}
.TagClassName
{
border-color: #148EF4;
}
</style>