Shades of Dodger Blue #148BFD
Tints of Dodger Blue #148BFD
RGB
CMYK
RGB Variations
Color information
#148BFD (or 0x148BFD) is known color: Dodger Blue. HEX triplet: 14, 8B and FD. RGB value is (20,139,253). Sum of RGB (Red+Green+Blue) = 20+139+253=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #148BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BFD is #EB7402. Grayscale: #737373. Windows color (decimal): -15430659 or 16616212. OLE color: 16616212.
HSL color Cylindrical-coordinate representation of color #148BFD: hue angle of 209.36º 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 #148BFD is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 139 | 253 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.01 |
| HSL | 209.36º | 0.98% | 0.54% | - |
| HSV(B) | 209.36º | 0.92% | 0.99% | - |
| XYZ | 27.25 | 25.71 | 96.45 | - |
| YUV | 116.42 | 205.08 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 253 | 0.92 | 0.45 | 0 | 0.01 | 209.36 | 0.98 | 0.54 |
| Hex | 14 | 8B | FD | 5C | 2D | 0 | 1 | D1 | 62 | 36 |
| Octal | 24 | 213 | 375 | 134 | 55 | 0 | 1 | 321 | 142 | 66 |
| Binary | 10100 | 10001011 | 11111101 | 1011100 | 101101 | 0 | 1 | 11010001 | 1100010 | 110110 |
Color Harmonies of #148BFD
Complementary color
Monochromatic Colors of #148BFD
Black with #148BFD
Text Example
Text Example
White with #148BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BFD; }
p { color: rgb(20,139,253); }
H1.HeaderClassName
{
color: #148BFD;
}
.AnyTagClassName
{
color: #148BFD;
}
</style>
background-color css
<style>
a { background-color: #148BFD; }
a { background-color: rgb(20,139,253); }
div.DivClassName
{
background-color: #148BFD;
}
.BgClassName
{
background-color: #148BFD;
}
</style>
border-color css
<style>
span { border-color: #148BFD; }
span { border-color: rgb(20,139,253); }
td.TdClassName
{
border-color: #148BFD;
}
.TagClassName
{
border-color: #148BFD;
}
</style>