Shades of Dodger Blue #149CE7
Tints of Dodger Blue #149CE7
RGB
CMYK
RGB Variations
Color information
#149CE7 (or 0x149CE7) is known color: Dodger Blue. HEX triplet: 14, 9C and E7. RGB value is (20,156,231). Sum of RGB (Red+Green+Blue) = 20+156+231=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #149CE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CE7 is #EB6318. Grayscale: #7B7B7B. Windows color (decimal): -15426329 or 15178772. OLE color: 15178772.
HSL color Cylindrical-coordinate representation of color #149CE7: hue angle of 201.33º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CE7 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 156 | 231 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.09 |
| HSL | 201.33º | 0.84% | 0.49% | - |
| HSV(B) | 201.33º | 0.91% | 0.91% | - |
| XYZ | 26.6 | 29.7 | 79.93 | - |
| YUV | 123.89 | 188.44 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 231 | 0.91 | 0.32 | 0 | 0.09 | 201.33 | 0.84 | 0.49 |
| Hex | 14 | 9C | E7 | 5B | 20 | 0 | 9 | C9 | 54 | 31 |
| Octal | 24 | 234 | 347 | 133 | 40 | 0 | 11 | 311 | 124 | 61 |
| Binary | 10100 | 10011100 | 11100111 | 1011011 | 100000 | 0 | 1001 | 11001001 | 1010100 | 110001 |
Color Harmonies of #149CE7
Complementary color
Monochromatic Colors of #149CE7
Black with #149CE7
Text Example
Text Example
White with #149CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CE7; }
p { color: rgb(20,156,231); }
H1.HeaderClassName
{
color: #149CE7;
}
.AnyTagClassName
{
color: #149CE7;
}
</style>
background-color css
<style>
a { background-color: #149CE7; }
a { background-color: rgb(20,156,231); }
div.DivClassName
{
background-color: #149CE7;
}
.BgClassName
{
background-color: #149CE7;
}
</style>
border-color css
<style>
span { border-color: #149CE7; }
span { border-color: rgb(20,156,231); }
td.TdClassName
{
border-color: #149CE7;
}
.TagClassName
{
border-color: #149CE7;
}
</style>