Shades of Dodger Blue #149DF2
Tints of Dodger Blue #149DF2
RGB
CMYK
RGB Variations
Color information
#149DF2 (or 0x149DF2) is known color: Dodger Blue. HEX triplet: 14, 9D and F2. RGB value is (20,157,242). Sum of RGB (Red+Green+Blue) = 20+157+242=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #149DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DF2 is #EB620D. Grayscale: #7D7D7D. Windows color (decimal): -15426062 or 15899924. OLE color: 15899924.
HSL color Cylindrical-coordinate representation of color #149DF2: hue angle of 202.97º degrees, saturation: 0.9, 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 #149DF2 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 157 | 242 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.05 |
| HSL | 202.97º | 0.9% | 0.51% | - |
| HSV(B) | 202.97º | 0.92% | 0.95% | - |
| XYZ | 28.37 | 30.67 | 88.43 | - |
| YUV | 125.73 | 193.61 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 242 | 0.92 | 0.35 | 0 | 0.05 | 202.97 | 0.9 | 0.51 |
| Hex | 14 | 9D | F2 | 5C | 23 | 0 | 5 | CB | 5A | 33 |
| Octal | 24 | 235 | 362 | 134 | 43 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10100 | 10011101 | 11110010 | 1011100 | 100011 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #149DF2
Complementary color
Monochromatic Colors of #149DF2
Black with #149DF2
Text Example
Text Example
White with #149DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DF2; }
p { color: rgb(20,157,242); }
H1.HeaderClassName
{
color: #149DF2;
}
.AnyTagClassName
{
color: #149DF2;
}
</style>
background-color css
<style>
a { background-color: #149DF2; }
a { background-color: rgb(20,157,242); }
div.DivClassName
{
background-color: #149DF2;
}
.BgClassName
{
background-color: #149DF2;
}
</style>
border-color css
<style>
span { border-color: #149DF2; }
span { border-color: rgb(20,157,242); }
td.TdClassName
{
border-color: #149DF2;
}
.TagClassName
{
border-color: #149DF2;
}
</style>