Shades of Dodger Blue #149EE4
Tints of Dodger Blue #149EE4
RGB
CMYK
RGB Variations
Color information
#149EE4 (or 0x149EE4) is known color: Dodger Blue. HEX triplet: 14, 9E and E4. RGB value is (20,158,228). Sum of RGB (Red+Green+Blue) = 20+158+228=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #149EE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EE4 is #EB611B. Grayscale: #7C7C7C. Windows color (decimal): -15425820 or 14982676. OLE color: 14982676.
HSL color Cylindrical-coordinate representation of color #149EE4: hue angle of 200.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149EE4 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 158 | 228 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.11 |
| HSL | 200.19º | 0.84% | 0.49% | - |
| HSV(B) | 200.19º | 0.91% | 0.89% | - |
| XYZ | 26.52 | 30.2 | 77.83 | - |
| YUV | 124.72 | 186.28 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 228 | 0.91 | 0.31 | 0 | 0.11 | 200.19 | 0.84 | 0.49 |
| Hex | 14 | 9E | E4 | 5B | 1F | 0 | B | C8 | 54 | 31 |
| Octal | 24 | 236 | 344 | 133 | 37 | 0 | 13 | 310 | 124 | 61 |
| Binary | 10100 | 10011110 | 11100100 | 1011011 | 11111 | 0 | 1011 | 11001000 | 1010100 | 110001 |
Color Harmonies of #149EE4
Complementary color
Monochromatic Colors of #149EE4
Black with #149EE4
Text Example
Text Example
White with #149EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EE4; }
p { color: rgb(20,158,228); }
H1.HeaderClassName
{
color: #149EE4;
}
.AnyTagClassName
{
color: #149EE4;
}
</style>
background-color css
<style>
a { background-color: #149EE4; }
a { background-color: rgb(20,158,228); }
div.DivClassName
{
background-color: #149EE4;
}
.BgClassName
{
background-color: #149EE4;
}
</style>
border-color css
<style>
span { border-color: #149EE4; }
span { border-color: rgb(20,158,228); }
td.TdClassName
{
border-color: #149EE4;
}
.TagClassName
{
border-color: #149EE4;
}
</style>