Shades of Dodger Blue #149EF0
Tints of Dodger Blue #149EF0
RGB
CMYK
RGB Variations
Color information
#149EF0 (or 0x149EF0) is known color: Dodger Blue. HEX triplet: 14, 9E and F0. RGB value is (20,158,240). Sum of RGB (Red+Green+Blue) = 20+158+240=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #149EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EF0 is #EB610F. Grayscale: #7D7D7D. Windows color (decimal): -15425808 or 15769108. OLE color: 15769108.
HSL color Cylindrical-coordinate representation of color #149EF0: hue angle of 202.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EF0 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 158 | 240 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.06 |
| HSL | 202.36º | 0.88% | 0.51% | - |
| HSV(B) | 202.36º | 0.92% | 0.94% | - |
| XYZ | 28.24 | 30.89 | 86.91 | - |
| YUV | 126.09 | 192.28 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 240 | 0.92 | 0.34 | 0 | 0.06 | 202.36 | 0.88 | 0.51 |
| Hex | 14 | 9E | F0 | 5C | 22 | 0 | 6 | CA | 58 | 33 |
| Octal | 24 | 236 | 360 | 134 | 42 | 0 | 6 | 312 | 130 | 63 |
| Binary | 10100 | 10011110 | 11110000 | 1011100 | 100010 | 0 | 110 | 11001010 | 1011000 | 110011 |
Color Harmonies of #149EF0
Complementary color
Monochromatic Colors of #149EF0
Black with #149EF0
Text Example
Text Example
White with #149EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EF0; }
p { color: rgb(20,158,240); }
H1.HeaderClassName
{
color: #149EF0;
}
.AnyTagClassName
{
color: #149EF0;
}
</style>
background-color css
<style>
a { background-color: #149EF0; }
a { background-color: rgb(20,158,240); }
div.DivClassName
{
background-color: #149EF0;
}
.BgClassName
{
background-color: #149EF0;
}
</style>
border-color css
<style>
span { border-color: #149EF0; }
span { border-color: rgb(20,158,240); }
td.TdClassName
{
border-color: #149EF0;
}
.TagClassName
{
border-color: #149EF0;
}
</style>