Shades of Dodger Blue #149BF0
Tints of Dodger Blue #149BF0
RGB
CMYK
RGB Variations
Color information
#149BF0 (or 0x149BF0) is known color: Dodger Blue. HEX triplet: 14, 9B and F0. RGB value is (20,155,240). Sum of RGB (Red+Green+Blue) = 20+155+240=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #149BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BF0 is #EB640F. Grayscale: #7B7B7B. Windows color (decimal): -15426576 or 15768340. OLE color: 15768340.
HSL color Cylindrical-coordinate representation of color #149BF0: hue angle of 203.18º 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 #149BF0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 155 | 240 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 203.18º | 0.88% | 0.51% | - |
| HSV(B) | 203.18º | 0.92% | 0.94% | - |
| XYZ | 27.74 | 29.88 | 86.74 | - |
| YUV | 124.33 | 193.27 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 240 | 0.92 | 0.35 | 0 | 0.06 | 203.18 | 0.88 | 0.51 |
| Hex | 14 | 9B | F0 | 5C | 23 | 0 | 6 | CB | 58 | 33 |
| Octal | 24 | 233 | 360 | 134 | 43 | 0 | 6 | 313 | 130 | 63 |
| Binary | 10100 | 10011011 | 11110000 | 1011100 | 100011 | 0 | 110 | 11001011 | 1011000 | 110011 |
Color Harmonies of #149BF0
Complementary color
Monochromatic Colors of #149BF0
Black with #149BF0
Text Example
Text Example
White with #149BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BF0; }
p { color: rgb(20,155,240); }
H1.HeaderClassName
{
color: #149BF0;
}
.AnyTagClassName
{
color: #149BF0;
}
</style>
background-color css
<style>
a { background-color: #149BF0; }
a { background-color: rgb(20,155,240); }
div.DivClassName
{
background-color: #149BF0;
}
.BgClassName
{
background-color: #149BF0;
}
</style>
border-color css
<style>
span { border-color: #149BF0; }
span { border-color: rgb(20,155,240); }
td.TdClassName
{
border-color: #149BF0;
}
.TagClassName
{
border-color: #149BF0;
}
</style>