Shades of Dodger Blue #149CE9
Tints of Dodger Blue #149CE9
RGB
CMYK
RGB Variations
Color information
#149CE9 (or 0x149CE9) is known color: Dodger Blue. HEX triplet: 14, 9C and E9. RGB value is (20,156,233). Sum of RGB (Red+Green+Blue) = 20+156+233=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #149CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CE9 is #EB6316. Grayscale: #7B7B7B. Windows color (decimal): -15426327 or 15309844. OLE color: 15309844.
HSL color Cylindrical-coordinate representation of color #149CE9: hue angle of 201.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CE9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 156 | 233 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.09 |
| HSL | 201.69º | 0.84% | 0.5% | - |
| HSV(B) | 201.69º | 0.91% | 0.91% | - |
| XYZ | 26.88 | 29.81 | 81.43 | - |
| YUV | 124.11 | 189.44 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 233 | 0.91 | 0.33 | 0 | 0.09 | 201.69 | 0.84 | 0.5 |
| Hex | 14 | 9C | E9 | 5B | 21 | 0 | 9 | CA | 54 | 32 |
| Octal | 24 | 234 | 351 | 133 | 41 | 0 | 11 | 312 | 124 | 62 |
| Binary | 10100 | 10011100 | 11101001 | 1011011 | 100001 | 0 | 1001 | 11001010 | 1010100 | 110010 |
Color Harmonies of #149CE9
Complementary color
Monochromatic Colors of #149CE9
Black with #149CE9
Text Example
Text Example
White with #149CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CE9; }
p { color: rgb(20,156,233); }
H1.HeaderClassName
{
color: #149CE9;
}
.AnyTagClassName
{
color: #149CE9;
}
</style>
background-color css
<style>
a { background-color: #149CE9; }
a { background-color: rgb(20,156,233); }
div.DivClassName
{
background-color: #149CE9;
}
.BgClassName
{
background-color: #149CE9;
}
</style>
border-color css
<style>
span { border-color: #149CE9; }
span { border-color: rgb(20,156,233); }
td.TdClassName
{
border-color: #149CE9;
}
.TagClassName
{
border-color: #149CE9;
}
</style>