Shades of Dodger Blue #148AF1
Tints of Dodger Blue #148AF1
RGB
CMYK
RGB Variations
Color information
#148AF1 (or 0x148AF1) is known color: Dodger Blue. HEX triplet: 14, 8A and F1. RGB value is (20,138,241). Sum of RGB (Red+Green+Blue) = 20+138+241=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #148AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148AF1 is #EB750E. Grayscale: #717171. Windows color (decimal): -15430927 or 15829524. OLE color: 15829524.
HSL color Cylindrical-coordinate representation of color #148AF1: hue angle of 207.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148AF1 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 138 | 241 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.05 |
| HSL | 207.96º | 0.89% | 0.51% | - |
| HSV(B) | 207.96º | 0.92% | 0.95% | - |
| XYZ | 25.25 | 24.68 | 86.65 | - |
| YUV | 114.46 | 199.41 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 241 | 0.92 | 0.43 | 0 | 0.05 | 207.96 | 0.89 | 0.51 |
| Hex | 14 | 8A | F1 | 5C | 2B | 0 | 5 | D0 | 59 | 33 |
| Octal | 24 | 212 | 361 | 134 | 53 | 0 | 5 | 320 | 131 | 63 |
| Binary | 10100 | 10001010 | 11110001 | 1011100 | 101011 | 0 | 101 | 11010000 | 1011001 | 110011 |
Color Harmonies of #148AF1
Complementary color
Monochromatic Colors of #148AF1
Black with #148AF1
Text Example
Text Example
White with #148AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AF1; }
p { color: rgb(20,138,241); }
H1.HeaderClassName
{
color: #148AF1;
}
.AnyTagClassName
{
color: #148AF1;
}
</style>
background-color css
<style>
a { background-color: #148AF1; }
a { background-color: rgb(20,138,241); }
div.DivClassName
{
background-color: #148AF1;
}
.BgClassName
{
background-color: #148AF1;
}
</style>
border-color css
<style>
span { border-color: #148AF1; }
span { border-color: rgb(20,138,241); }
td.TdClassName
{
border-color: #148AF1;
}
.TagClassName
{
border-color: #148AF1;
}
</style>