Shades of Dodger Blue #148CFD
Tints of Dodger Blue #148CFD
RGB
CMYK
RGB Variations
Color information
#148CFD (or 0x148CFD) is known color: Dodger Blue. HEX triplet: 14, 8C and FD. RGB value is (20,140,253). Sum of RGB (Red+Green+Blue) = 20+140+253=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #148CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148CFD is #EB7302. Grayscale: #747474. Windows color (decimal): -15430403 or 16616468. OLE color: 16616468.
HSL color Cylindrical-coordinate representation of color #148CFD: hue angle of 209.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148CFD is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 140 | 253 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.01 |
| HSL | 209.1º | 0.98% | 0.54% | - |
| HSV(B) | 209.1º | 0.92% | 0.99% | - |
| XYZ | 27.4 | 26 | 96.5 | - |
| YUV | 117 | 204.74 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 253 | 0.92 | 0.45 | 0 | 0.01 | 209.1 | 0.98 | 0.54 |
| Hex | 14 | 8C | FD | 5C | 2D | 0 | 1 | D1 | 62 | 36 |
| Octal | 24 | 214 | 375 | 134 | 55 | 0 | 1 | 321 | 142 | 66 |
| Binary | 10100 | 10001100 | 11111101 | 1011100 | 101101 | 0 | 1 | 11010001 | 1100010 | 110110 |
Color Harmonies of #148CFD
Complementary color
Monochromatic Colors of #148CFD
Black with #148CFD
Text Example
Text Example
White with #148CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CFD; }
p { color: rgb(20,140,253); }
H1.HeaderClassName
{
color: #148CFD;
}
.AnyTagClassName
{
color: #148CFD;
}
</style>
background-color css
<style>
a { background-color: #148CFD; }
a { background-color: rgb(20,140,253); }
div.DivClassName
{
background-color: #148CFD;
}
.BgClassName
{
background-color: #148CFD;
}
</style>
border-color css
<style>
span { border-color: #148CFD; }
span { border-color: rgb(20,140,253); }
td.TdClassName
{
border-color: #148CFD;
}
.TagClassName
{
border-color: #148CFD;
}
</style>