Shades of Dodger Blue #148FFE
Tints of Dodger Blue #148FFE
RGB
CMYK
RGB Variations
Color information
#148FFE (or 0x148FFE) is known color: Dodger Blue. HEX triplet: 14, 8F and FE. RGB value is (20,143,254). Sum of RGB (Red+Green+Blue) = 20+143+254=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #148FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148FFE is #EB7001. Grayscale: #767676. Windows color (decimal): -15429634 or 16682772. OLE color: 16682772.
HSL color Cylindrical-coordinate representation of color #148FFE: hue angle of 208.46º 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 #148FFE is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 143 | 254 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.00 |
| HSL | 208.46º | 0.99% | 0.54% | - |
| HSV(B) | 208.46º | 0.92% | 1% | - |
| XYZ | 28 | 26.95 | 97.49 | - |
| YUV | 118.88 | 204.25 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 254 | 0.92 | 0.44 | 0 | 0.00 | 208.46 | 0.99 | 0.54 |
| Hex | 14 | 8F | FE | 5C | 2C | 0 | 0 | D0 | 63 | 36 |
| Octal | 24 | 217 | 376 | 134 | 54 | 0 | 0 | 320 | 143 | 66 |
| Binary | 10100 | 10001111 | 11111110 | 1011100 | 101100 | 0 | 0 | 11010000 | 1100011 | 110110 |
Color Harmonies of #148FFE
Complementary color
Monochromatic Colors of #148FFE
Black with #148FFE
Text Example
Text Example
White with #148FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FFE; }
p { color: rgb(20,143,254); }
H1.HeaderClassName
{
color: #148FFE;
}
.AnyTagClassName
{
color: #148FFE;
}
</style>
background-color css
<style>
a { background-color: #148FFE; }
a { background-color: rgb(20,143,254); }
div.DivClassName
{
background-color: #148FFE;
}
.BgClassName
{
background-color: #148FFE;
}
</style>
border-color css
<style>
span { border-color: #148FFE; }
span { border-color: rgb(20,143,254); }
td.TdClassName
{
border-color: #148FFE;
}
.TagClassName
{
border-color: #148FFE;
}
</style>