Shades of Dodger Blue #149EEB
Tints of Dodger Blue #149EEB
RGB
CMYK
RGB Variations
Color information
#149EEB (or 0x149EEB) is known color: Dodger Blue. HEX triplet: 14, 9E and EB. RGB value is (20,158,235). Sum of RGB (Red+Green+Blue) = 20+158+235=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #149EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EEB is #EB6114. Grayscale: #7D7D7D. Windows color (decimal): -15425813 or 15441428. OLE color: 15441428.
HSL color Cylindrical-coordinate representation of color #149EEB: hue angle of 201.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149EEB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 158 | 235 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.08 |
| HSL | 201.49º | 0.84% | 0.5% | - |
| HSV(B) | 201.49º | 0.91% | 0.92% | - |
| XYZ | 27.51 | 30.6 | 83.05 | - |
| YUV | 125.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 235 | 0.91 | 0.33 | 0 | 0.08 | 201.49 | 0.84 | 0.5 |
| Hex | 14 | 9E | EB | 5B | 21 | 0 | 8 | C9 | 54 | 32 |
| Octal | 24 | 236 | 353 | 133 | 41 | 0 | 10 | 311 | 124 | 62 |
| Binary | 10100 | 10011110 | 11101011 | 1011011 | 100001 | 0 | 1000 | 11001001 | 1010100 | 110010 |
Color Harmonies of #149EEB
Complementary color
Monochromatic Colors of #149EEB
Black with #149EEB
Text Example
Text Example
White with #149EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EEB; }
p { color: rgb(20,158,235); }
H1.HeaderClassName
{
color: #149EEB;
}
.AnyTagClassName
{
color: #149EEB;
}
</style>
background-color css
<style>
a { background-color: #149EEB; }
a { background-color: rgb(20,158,235); }
div.DivClassName
{
background-color: #149EEB;
}
.BgClassName
{
background-color: #149EEB;
}
</style>
border-color css
<style>
span { border-color: #149EEB; }
span { border-color: rgb(20,158,235); }
td.TdClassName
{
border-color: #149EEB;
}
.TagClassName
{
border-color: #149EEB;
}
</style>