Shades of Dodger Blue #149BEB
Tints of Dodger Blue #149BEB
RGB
CMYK
RGB Variations
Color information
#149BEB (or 0x149BEB) is known color: Dodger Blue. HEX triplet: 14, 9B and EB. RGB value is (20,155,235). Sum of RGB (Red+Green+Blue) = 20+155+235=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #149BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BEB is #EB6414. Grayscale: #7B7B7B. Windows color (decimal): -15426581 or 15440660. OLE color: 15440660.
HSL color Cylindrical-coordinate representation of color #149BEB: hue angle of 202.33º 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 #149BEB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 155 | 235 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.08 |
| HSL | 202.33º | 0.84% | 0.5% | - |
| HSV(B) | 202.33º | 0.91% | 0.92% | - |
| XYZ | 27.01 | 29.59 | 82.89 | - |
| YUV | 123.76 | 190.77 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 235 | 0.91 | 0.34 | 0 | 0.08 | 202.33 | 0.84 | 0.5 |
| Hex | 14 | 9B | EB | 5B | 22 | 0 | 8 | CA | 54 | 32 |
| Octal | 24 | 233 | 353 | 133 | 42 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10100 | 10011011 | 11101011 | 1011011 | 100010 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #149BEB
Complementary color
Monochromatic Colors of #149BEB
Black with #149BEB
Text Example
Text Example
White with #149BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BEB; }
p { color: rgb(20,155,235); }
H1.HeaderClassName
{
color: #149BEB;
}
.AnyTagClassName
{
color: #149BEB;
}
</style>
background-color css
<style>
a { background-color: #149BEB; }
a { background-color: rgb(20,155,235); }
div.DivClassName
{
background-color: #149BEB;
}
.BgClassName
{
background-color: #149BEB;
}
</style>
border-color css
<style>
span { border-color: #149BEB; }
span { border-color: rgb(20,155,235); }
td.TdClassName
{
border-color: #149BEB;
}
.TagClassName
{
border-color: #149BEB;
}
</style>