Shades of Dodger Blue #149FFC
Tints of Dodger Blue #149FFC
RGB
CMYK
RGB Variations
Color information
#149FFC (or 0x149FFC) is known color: Dodger Blue. HEX triplet: 14, 9F and FC. RGB value is (20,159,252). Sum of RGB (Red+Green+Blue) = 20+159+252=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #149FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FFC is #EB6003. Grayscale: #7F7F7F. Windows color (decimal): -15425540 or 16555796. OLE color: 16555796.
HSL color Cylindrical-coordinate representation of color #149FFC: hue angle of 204.05º 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 #149FFC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 159 | 252 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.01 |
| HSL | 204.05º | 0.97% | 0.53% | - |
| HSV(B) | 204.05º | 0.92% | 0.99% | - |
| XYZ | 30.26 | 31.97 | 96.67 | - |
| YUV | 128.04 | 197.95 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 252 | 0.92 | 0.37 | 0 | 0.01 | 204.05 | 0.97 | 0.53 |
| Hex | 14 | 9F | FC | 5C | 25 | 0 | 1 | CC | 61 | 35 |
| Octal | 24 | 237 | 374 | 134 | 45 | 0 | 1 | 314 | 141 | 65 |
| Binary | 10100 | 10011111 | 11111100 | 1011100 | 100101 | 0 | 1 | 11001100 | 1100001 | 110101 |
Color Harmonies of #149FFC
Complementary color
Monochromatic Colors of #149FFC
Black with #149FFC
Text Example
Text Example
White with #149FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FFC; }
p { color: rgb(20,159,252); }
H1.HeaderClassName
{
color: #149FFC;
}
.AnyTagClassName
{
color: #149FFC;
}
</style>
background-color css
<style>
a { background-color: #149FFC; }
a { background-color: rgb(20,159,252); }
div.DivClassName
{
background-color: #149FFC;
}
.BgClassName
{
background-color: #149FFC;
}
</style>
border-color css
<style>
span { border-color: #149FFC; }
span { border-color: rgb(20,159,252); }
td.TdClassName
{
border-color: #149FFC;
}
.TagClassName
{
border-color: #149FFC;
}
</style>