Shades of Dodger Blue #149CFC
Tints of Dodger Blue #149CFC
RGB
CMYK
RGB Variations
Color information
#149CFC (or 0x149CFC) is known color: Dodger Blue. HEX triplet: 14, 9C and FC. RGB value is (20,156,252). Sum of RGB (Red+Green+Blue) = 20+156+252=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #149CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFC is #EB6303. Grayscale: #7D7D7D. Windows color (decimal): -15426308 or 16555028. OLE color: 16555028.
HSL color Cylindrical-coordinate representation of color #149CFC: hue angle of 204.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CFC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 156 | 252 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.01 |
| HSL | 204.83º | 0.97% | 0.53% | - |
| HSV(B) | 204.83º | 0.92% | 0.99% | - |
| XYZ | 29.75 | 30.95 | 96.5 | - |
| YUV | 126.28 | 198.94 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 252 | 0.92 | 0.38 | 0 | 0.01 | 204.83 | 0.97 | 0.53 |
| Hex | 14 | 9C | FC | 5C | 26 | 0 | 1 | CD | 61 | 35 |
| Octal | 24 | 234 | 374 | 134 | 46 | 0 | 1 | 315 | 141 | 65 |
| Binary | 10100 | 10011100 | 11111100 | 1011100 | 100110 | 0 | 1 | 11001101 | 1100001 | 110101 |
Color Harmonies of #149CFC
Complementary color
Monochromatic Colors of #149CFC
Black with #149CFC
Text Example
Text Example
White with #149CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CFC; }
p { color: rgb(20,156,252); }
H1.HeaderClassName
{
color: #149CFC;
}
.AnyTagClassName
{
color: #149CFC;
}
</style>
background-color css
<style>
a { background-color: #149CFC; }
a { background-color: rgb(20,156,252); }
div.DivClassName
{
background-color: #149CFC;
}
.BgClassName
{
background-color: #149CFC;
}
</style>
border-color css
<style>
span { border-color: #149CFC; }
span { border-color: rgb(20,156,252); }
td.TdClassName
{
border-color: #149CFC;
}
.TagClassName
{
border-color: #149CFC;
}
</style>