Shades of Dodger Blue #149CFD
Tints of Dodger Blue #149CFD
RGB
CMYK
RGB Variations
Color information
#149CFD (or 0x149CFD) is known color: Dodger Blue. HEX triplet: 14, 9C and FD. RGB value is (20,156,253). Sum of RGB (Red+Green+Blue) = 20+156+253=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #149CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFD is #EB6302. Grayscale: #7D7D7D. Windows color (decimal): -15426307 or 16620564. OLE color: 16620564.
HSL color Cylindrical-coordinate representation of color #149CFD: hue angle of 204.98º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CFD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 156 | 253 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.01 |
| HSL | 204.98º | 0.98% | 0.54% | - |
| HSV(B) | 204.98º | 0.92% | 0.99% | - |
| XYZ | 29.91 | 31.02 | 97.34 | - |
| YUV | 126.39 | 199.44 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 253 | 0.92 | 0.38 | 0 | 0.01 | 204.98 | 0.98 | 0.54 |
| Hex | 14 | 9C | FD | 5C | 26 | 0 | 1 | CD | 62 | 36 |
| Octal | 24 | 234 | 375 | 134 | 46 | 0 | 1 | 315 | 142 | 66 |
| Binary | 10100 | 10011100 | 11111101 | 1011100 | 100110 | 0 | 1 | 11001101 | 1100010 | 110110 |
Color Harmonies of #149CFD
Complementary color
Monochromatic Colors of #149CFD
Black with #149CFD
Text Example
Text Example
White with #149CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CFD; }
p { color: rgb(20,156,253); }
H1.HeaderClassName
{
color: #149CFD;
}
.AnyTagClassName
{
color: #149CFD;
}
</style>
background-color css
<style>
a { background-color: #149CFD; }
a { background-color: rgb(20,156,253); }
div.DivClassName
{
background-color: #149CFD;
}
.BgClassName
{
background-color: #149CFD;
}
</style>
border-color css
<style>
span { border-color: #149CFD; }
span { border-color: rgb(20,156,253); }
td.TdClassName
{
border-color: #149CFD;
}
.TagClassName
{
border-color: #149CFD;
}
</style>