Shades of Dodger Blue #149EFF
Tints of Dodger Blue #149EFF
RGB
CMYK
RGB Variations
Color information
#149EFF (or 0x149EFF) is known color: Dodger Blue. HEX triplet: 14, 9E and FF. RGB value is (20,158,255). Sum of RGB (Red+Green+Blue) = 20+158+255=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #149EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EFF is #EB6100. Grayscale: #7F7F7F. Windows color (decimal): -15425793 or 16752148. OLE color: 16752148.
HSL color Cylindrical-coordinate representation of color #149EFF: hue angle of 204.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EFF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 158 | 255 | - |
| CMYK | 0.92 | 0.38 | 0 | 0 |
| HSL | 204.77º | 1% | 0.54% | - |
| HSV(B) | 204.77º | 0.92% | 1% | - |
| XYZ | 30.57 | 31.82 | 99.14 | - |
| YUV | 127.8 | 199.78 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 255 | 0.92 | 0.38 | 0 | 0 | 204.77 | 1 | 0.54 |
| Hex | 14 | 9E | FF | 5C | 26 | 0 | 0 | CD | 64 | 36 |
| Octal | 24 | 236 | 377 | 134 | 46 | 0 | 0 | 315 | 144 | 66 |
| Binary | 10100 | 10011110 | 11111111 | 1011100 | 100110 | 0 | 0 | 11001101 | 1100100 | 110110 |
Color Harmonies of #149EFF
Complementary color
Monochromatic Colors of #149EFF
Black with #149EFF
Text Example
Text Example
White with #149EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EFF; }
p { color: rgb(20,158,255); }
H1.HeaderClassName
{
color: #149EFF;
}
.AnyTagClassName
{
color: #149EFF;
}
</style>
background-color css
<style>
a { background-color: #149EFF; }
a { background-color: rgb(20,158,255); }
div.DivClassName
{
background-color: #149EFF;
}
.BgClassName
{
background-color: #149EFF;
}
</style>
border-color css
<style>
span { border-color: #149EFF; }
span { border-color: rgb(20,158,255); }
td.TdClassName
{
border-color: #149EFF;
}
.TagClassName
{
border-color: #149EFF;
}
</style>