Shades of Dodger Blue #149EEF
Tints of Dodger Blue #149EEF
RGB
CMYK
RGB Variations
Color information
#149EEF (or 0x149EEF) is known color: Dodger Blue. HEX triplet: 14, 9E and EF. RGB value is (20,158,239). Sum of RGB (Red+Green+Blue) = 20+158+239=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #149EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EEF is #EB6110. Grayscale: #7D7D7D. Windows color (decimal): -15425809 or 15703572. OLE color: 15703572.
HSL color Cylindrical-coordinate representation of color #149EEF: hue angle of 202.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EEF is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 158 | 239 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.06 |
| HSL | 202.19º | 0.87% | 0.51% | - |
| HSV(B) | 202.19º | 0.92% | 0.94% | - |
| XYZ | 28.1 | 30.83 | 86.13 | - |
| YUV | 125.97 | 191.78 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 239 | 0.92 | 0.34 | 0 | 0.06 | 202.19 | 0.87 | 0.51 |
| Hex | 14 | 9E | EF | 5C | 22 | 0 | 6 | CA | 57 | 33 |
| Octal | 24 | 236 | 357 | 134 | 42 | 0 | 6 | 312 | 127 | 63 |
| Binary | 10100 | 10011110 | 11101111 | 1011100 | 100010 | 0 | 110 | 11001010 | 1010111 | 110011 |
Color Harmonies of #149EEF
Complementary color
Monochromatic Colors of #149EEF
Black with #149EEF
Text Example
Text Example
White with #149EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EEF; }
p { color: rgb(20,158,239); }
H1.HeaderClassName
{
color: #149EEF;
}
.AnyTagClassName
{
color: #149EEF;
}
</style>
background-color css
<style>
a { background-color: #149EEF; }
a { background-color: rgb(20,158,239); }
div.DivClassName
{
background-color: #149EEF;
}
.BgClassName
{
background-color: #149EEF;
}
</style>
border-color css
<style>
span { border-color: #149EEF; }
span { border-color: rgb(20,158,239); }
td.TdClassName
{
border-color: #149EEF;
}
.TagClassName
{
border-color: #149EEF;
}
</style>