Shades of Dodger Blue #149AFF
Tints of Dodger Blue #149AFF
RGB
CMYK
RGB Variations
Color information
#149AFF (or 0x149AFF) is known color: Dodger Blue. HEX triplet: 14, 9A and FF. RGB value is (20,154,255). Sum of RGB (Red+Green+Blue) = 20+154+255=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #149AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149AFF is #EB6500. Grayscale: #7C7C7C. Windows color (decimal): -15426817 or 16751124. OLE color: 16751124.
HSL color Cylindrical-coordinate representation of color #149AFF: hue angle of 205.79º 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 #149AFF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 154 | 255 | - |
| CMYK | 0.92 | 0.40 | 0 | 0 |
| HSL | 205.79º | 1% | 0.54% | - |
| HSV(B) | 205.79º | 0.92% | 1% | - |
| XYZ | 29.89 | 30.48 | 98.92 | - |
| YUV | 125.45 | 201.11 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 255 | 0.92 | 0.40 | 0 | 0 | 205.79 | 1 | 0.54 |
| Hex | 14 | 9A | FF | 5C | 28 | 0 | 0 | CE | 64 | 36 |
| Octal | 24 | 232 | 377 | 134 | 50 | 0 | 0 | 316 | 144 | 66 |
| Binary | 10100 | 10011010 | 11111111 | 1011100 | 101000 | 0 | 0 | 11001110 | 1100100 | 110110 |
Color Harmonies of #149AFF
Complementary color
Monochromatic Colors of #149AFF
Black with #149AFF
Text Example
Text Example
White with #149AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149AFF; }
p { color: rgb(20,154,255); }
H1.HeaderClassName
{
color: #149AFF;
}
.AnyTagClassName
{
color: #149AFF;
}
</style>
background-color css
<style>
a { background-color: #149AFF; }
a { background-color: rgb(20,154,255); }
div.DivClassName
{
background-color: #149AFF;
}
.BgClassName
{
background-color: #149AFF;
}
</style>
border-color css
<style>
span { border-color: #149AFF; }
span { border-color: rgb(20,154,255); }
td.TdClassName
{
border-color: #149AFF;
}
.TagClassName
{
border-color: #149AFF;
}
</style>