Shades of Dodger Blue #149AFC
Tints of Dodger Blue #149AFC
RGB
CMYK
RGB Variations
Color information
#149AFC (or 0x149AFC) is known color: Dodger Blue. HEX triplet: 14, 9A and FC. RGB value is (20,154,252). Sum of RGB (Red+Green+Blue) = 20+154+252=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #149AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149AFC is #EB6503. Grayscale: #7C7C7C. Windows color (decimal): -15426820 or 16554516. OLE color: 16554516.
HSL color Cylindrical-coordinate representation of color #149AFC: hue angle of 205.34º 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 #149AFC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 154 | 252 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.01 |
| HSL | 205.34º | 0.97% | 0.53% | - |
| HSV(B) | 205.34º | 0.92% | 0.99% | - |
| XYZ | 29.41 | 30.29 | 96.39 | - |
| YUV | 125.11 | 199.61 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 252 | 0.92 | 0.39 | 0 | 0.01 | 205.34 | 0.97 | 0.53 |
| Hex | 14 | 9A | FC | 5C | 27 | 0 | 1 | CD | 61 | 35 |
| Octal | 24 | 232 | 374 | 134 | 47 | 0 | 1 | 315 | 141 | 65 |
| Binary | 10100 | 10011010 | 11111100 | 1011100 | 100111 | 0 | 1 | 11001101 | 1100001 | 110101 |
Color Harmonies of #149AFC
Complementary color
Monochromatic Colors of #149AFC
Black with #149AFC
Text Example
Text Example
White with #149AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149AFC; }
p { color: rgb(20,154,252); }
H1.HeaderClassName
{
color: #149AFC;
}
.AnyTagClassName
{
color: #149AFC;
}
</style>
background-color css
<style>
a { background-color: #149AFC; }
a { background-color: rgb(20,154,252); }
div.DivClassName
{
background-color: #149AFC;
}
.BgClassName
{
background-color: #149AFC;
}
</style>
border-color css
<style>
span { border-color: #149AFC; }
span { border-color: rgb(20,154,252); }
td.TdClassName
{
border-color: #149AFC;
}
.TagClassName
{
border-color: #149AFC;
}
</style>