Shades of Dodger Blue #149DF0
Tints of Dodger Blue #149DF0
RGB
CMYK
RGB Variations
Color information
#149DF0 (or 0x149DF0) is known color: Dodger Blue. HEX triplet: 14, 9D and F0. RGB value is (20,157,240). Sum of RGB (Red+Green+Blue) = 20+157+240=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #149DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DF0 is #EB620F. Grayscale: #7D7D7D. Windows color (decimal): -15426064 or 15768852. OLE color: 15768852.
HSL color Cylindrical-coordinate representation of color #149DF0: hue angle of 202.64º 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 #149DF0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 157 | 240 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 202.64º | 0.88% | 0.51% | - |
| HSV(B) | 202.64º | 0.92% | 0.94% | - |
| XYZ | 28.07 | 30.55 | 86.86 | - |
| YUV | 125.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 240 | 0.92 | 0.35 | 0 | 0.06 | 202.64 | 0.88 | 0.51 |
| Hex | 14 | 9D | F0 | 5C | 23 | 0 | 6 | CB | 58 | 33 |
| Octal | 24 | 235 | 360 | 134 | 43 | 0 | 6 | 313 | 130 | 63 |
| Binary | 10100 | 10011101 | 11110000 | 1011100 | 100011 | 0 | 110 | 11001011 | 1011000 | 110011 |
Color Harmonies of #149DF0
Complementary color
Monochromatic Colors of #149DF0
Black with #149DF0
Text Example
Text Example
White with #149DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DF0; }
p { color: rgb(20,157,240); }
H1.HeaderClassName
{
color: #149DF0;
}
.AnyTagClassName
{
color: #149DF0;
}
</style>
background-color css
<style>
a { background-color: #149DF0; }
a { background-color: rgb(20,157,240); }
div.DivClassName
{
background-color: #149DF0;
}
.BgClassName
{
background-color: #149DF0;
}
</style>
border-color css
<style>
span { border-color: #149DF0; }
span { border-color: rgb(20,157,240); }
td.TdClassName
{
border-color: #149DF0;
}
.TagClassName
{
border-color: #149DF0;
}
</style>