Shades of Dodger Blue #148FEC
Tints of Dodger Blue #148FEC
RGB
CMYK
RGB Variations
Color information
#148FEC (or 0x148FEC) is known color: Dodger Blue. HEX triplet: 14, 8F and EC. RGB value is (20,143,236). Sum of RGB (Red+Green+Blue) = 20+143+236=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #148FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148FEC is #EB7013. Grayscale: #747474. Windows color (decimal): -15429652 or 15503124. OLE color: 15503124.
HSL color Cylindrical-coordinate representation of color #148FEC: hue angle of 205.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148FEC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 143 | 236 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.07 |
| HSL | 205.83º | 0.85% | 0.5% | - |
| HSV(B) | 205.83º | 0.92% | 0.93% | - |
| XYZ | 25.25 | 25.85 | 83.02 | - |
| YUV | 116.83 | 195.25 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 236 | 0.92 | 0.39 | 0 | 0.07 | 205.83 | 0.85 | 0.5 |
| Hex | 14 | 8F | EC | 5C | 27 | 0 | 7 | CE | 55 | 32 |
| Octal | 24 | 217 | 354 | 134 | 47 | 0 | 7 | 316 | 125 | 62 |
| Binary | 10100 | 10001111 | 11101100 | 1011100 | 100111 | 0 | 111 | 11001110 | 1010101 | 110010 |
Color Harmonies of #148FEC
Complementary color
Monochromatic Colors of #148FEC
Black with #148FEC
Text Example
Text Example
White with #148FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FEC; }
p { color: rgb(20,143,236); }
H1.HeaderClassName
{
color: #148FEC;
}
.AnyTagClassName
{
color: #148FEC;
}
</style>
background-color css
<style>
a { background-color: #148FEC; }
a { background-color: rgb(20,143,236); }
div.DivClassName
{
background-color: #148FEC;
}
.BgClassName
{
background-color: #148FEC;
}
</style>
border-color css
<style>
span { border-color: #148FEC; }
span { border-color: rgb(20,143,236); }
td.TdClassName
{
border-color: #148FEC;
}
.TagClassName
{
border-color: #148FEC;
}
</style>