Shades of Dodger Blue #149FFB
Tints of Dodger Blue #149FFB
RGB
CMYK
RGB Variations
Color information
#149FFB (or 0x149FFB) is known color: Dodger Blue. HEX triplet: 14, 9F and FB. RGB value is (20,159,251). Sum of RGB (Red+Green+Blue) = 20+159+251=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #149FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FFB is #EB6004. Grayscale: #7F7F7F. Windows color (decimal): -15425541 or 16490260. OLE color: 16490260.
HSL color Cylindrical-coordinate representation of color #149FFB: hue angle of 203.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149FFB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 159 | 251 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.02 |
| HSL | 203.9º | 0.97% | 0.53% | - |
| HSV(B) | 203.9º | 0.92% | 0.98% | - |
| XYZ | 30.1 | 31.91 | 95.84 | - |
| YUV | 127.93 | 197.45 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 251 | 0.92 | 0.37 | 0 | 0.02 | 203.9 | 0.97 | 0.53 |
| Hex | 14 | 9F | FB | 5C | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 24 | 237 | 373 | 134 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10100 | 10011111 | 11111011 | 1011100 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #149FFB
Complementary color
Monochromatic Colors of #149FFB
Black with #149FFB
Text Example
Text Example
White with #149FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FFB; }
p { color: rgb(20,159,251); }
H1.HeaderClassName
{
color: #149FFB;
}
.AnyTagClassName
{
color: #149FFB;
}
</style>
background-color css
<style>
a { background-color: #149FFB; }
a { background-color: rgb(20,159,251); }
div.DivClassName
{
background-color: #149FFB;
}
.BgClassName
{
background-color: #149FFB;
}
</style>
border-color css
<style>
span { border-color: #149FFB; }
span { border-color: rgb(20,159,251); }
td.TdClassName
{
border-color: #149FFB;
}
.TagClassName
{
border-color: #149FFB;
}
</style>