Shades of Dodger Blue #149FF1
Tints of Dodger Blue #149FF1
RGB
CMYK
RGB Variations
Color information
#149FF1 (or 0x149FF1) is known color: Dodger Blue. HEX triplet: 14, 9F and F1. RGB value is (20,159,241). Sum of RGB (Red+Green+Blue) = 20+159+241=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #149FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FF1 is #EB600E. Grayscale: #7E7E7E. Windows color (decimal): -15425551 or 15834900. OLE color: 15834900.
HSL color Cylindrical-coordinate representation of color #149FF1: hue angle of 202.26º 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 #149FF1 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 159 | 241 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.05 |
| HSL | 202.26º | 0.89% | 0.51% | - |
| HSV(B) | 202.26º | 0.92% | 0.95% | - |
| XYZ | 28.56 | 31.3 | 87.75 | - |
| YUV | 126.79 | 192.45 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 241 | 0.92 | 0.34 | 0 | 0.05 | 202.26 | 0.89 | 0.51 |
| Hex | 14 | 9F | F1 | 5C | 22 | 0 | 5 | CA | 59 | 33 |
| Octal | 24 | 237 | 361 | 134 | 42 | 0 | 5 | 312 | 131 | 63 |
| Binary | 10100 | 10011111 | 11110001 | 1011100 | 100010 | 0 | 101 | 11001010 | 1011001 | 110011 |
Color Harmonies of #149FF1
Complementary color
Monochromatic Colors of #149FF1
Black with #149FF1
Text Example
Text Example
White with #149FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FF1; }
p { color: rgb(20,159,241); }
H1.HeaderClassName
{
color: #149FF1;
}
.AnyTagClassName
{
color: #149FF1;
}
</style>
background-color css
<style>
a { background-color: #149FF1; }
a { background-color: rgb(20,159,241); }
div.DivClassName
{
background-color: #149FF1;
}
.BgClassName
{
background-color: #149FF1;
}
</style>
border-color css
<style>
span { border-color: #149FF1; }
span { border-color: rgb(20,159,241); }
td.TdClassName
{
border-color: #149FF1;
}
.TagClassName
{
border-color: #149FF1;
}
</style>