Shades of Dodger Blue #149CFA
Tints of Dodger Blue #149CFA
RGB
CMYK
RGB Variations
Color information
#149CFA (or 0x149CFA) is known color: Dodger Blue. HEX triplet: 14, 9C and FA. RGB value is (20,156,250). Sum of RGB (Red+Green+Blue) = 20+156+250=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #149CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFA is #EB6305. Grayscale: #7D7D7D. Windows color (decimal): -15426310 or 16423956. OLE color: 16423956.
HSL color Cylindrical-coordinate representation of color #149CFA: hue angle of 204.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CFA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 156 | 250 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.02 |
| HSL | 204.52º | 0.96% | 0.53% | - |
| HSV(B) | 204.52º | 0.92% | 0.98% | - |
| XYZ | 29.43 | 30.83 | 94.84 | - |
| YUV | 126.05 | 197.94 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 250 | 0.92 | 0.38 | 0 | 0.02 | 204.52 | 0.96 | 0.53 |
| Hex | 14 | 9C | FA | 5C | 26 | 0 | 2 | CD | 60 | 35 |
| Octal | 24 | 234 | 372 | 134 | 46 | 0 | 2 | 315 | 140 | 65 |
| Binary | 10100 | 10011100 | 11111010 | 1011100 | 100110 | 0 | 10 | 11001101 | 1100000 | 110101 |
Color Harmonies of #149CFA
Complementary color
Monochromatic Colors of #149CFA
Black with #149CFA
Text Example
Text Example
White with #149CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CFA; }
p { color: rgb(20,156,250); }
H1.HeaderClassName
{
color: #149CFA;
}
.AnyTagClassName
{
color: #149CFA;
}
</style>
background-color css
<style>
a { background-color: #149CFA; }
a { background-color: rgb(20,156,250); }
div.DivClassName
{
background-color: #149CFA;
}
.BgClassName
{
background-color: #149CFA;
}
</style>
border-color css
<style>
span { border-color: #149CFA; }
span { border-color: rgb(20,156,250); }
td.TdClassName
{
border-color: #149CFA;
}
.TagClassName
{
border-color: #149CFA;
}
</style>