Shades of Dodger Blue #148CFE
Tints of Dodger Blue #148CFE
RGB
CMYK
RGB Variations
Color information
#148CFE (or 0x148CFE) is known color: Dodger Blue. HEX triplet: 14, 8C and FE. RGB value is (20,140,254). Sum of RGB (Red+Green+Blue) = 20+140+254=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #148CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148CFE is #EB7301. Grayscale: #747474. Windows color (decimal): -15430402 or 16682004. OLE color: 16682004.
HSL color Cylindrical-coordinate representation of color #148CFE: hue angle of 209.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148CFE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 140 | 254 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.00 |
| HSL | 209.23º | 0.99% | 0.54% | - |
| HSV(B) | 209.23º | 0.92% | 1% | - |
| XYZ | 27.56 | 26.06 | 97.34 | - |
| YUV | 117.12 | 205.24 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 254 | 0.92 | 0.45 | 0 | 0.00 | 209.23 | 0.99 | 0.54 |
| Hex | 14 | 8C | FE | 5C | 2D | 0 | 0 | D1 | 63 | 36 |
| Octal | 24 | 214 | 376 | 134 | 55 | 0 | 0 | 321 | 143 | 66 |
| Binary | 10100 | 10001100 | 11111110 | 1011100 | 101101 | 0 | 0 | 11010001 | 1100011 | 110110 |
Color Harmonies of #148CFE
Complementary color
Monochromatic Colors of #148CFE
Black with #148CFE
Text Example
Text Example
White with #148CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CFE; }
p { color: rgb(20,140,254); }
H1.HeaderClassName
{
color: #148CFE;
}
.AnyTagClassName
{
color: #148CFE;
}
</style>
background-color css
<style>
a { background-color: #148CFE; }
a { background-color: rgb(20,140,254); }
div.DivClassName
{
background-color: #148CFE;
}
.BgClassName
{
background-color: #148CFE;
}
</style>
border-color css
<style>
span { border-color: #148CFE; }
span { border-color: rgb(20,140,254); }
td.TdClassName
{
border-color: #148CFE;
}
.TagClassName
{
border-color: #148CFE;
}
</style>