Shades of Dodger Blue #149CFE
Tints of Dodger Blue #149CFE
RGB
CMYK
RGB Variations
Color information
#149CFE (or 0x149CFE) is known color: Dodger Blue. HEX triplet: 14, 9C and FE. RGB value is (20,156,254). Sum of RGB (Red+Green+Blue) = 20+156+254=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #149CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFE is #EB6301. Grayscale: #7D7D7D. Windows color (decimal): -15426306 or 16686100. OLE color: 16686100.
HSL color Cylindrical-coordinate representation of color #149CFE: hue angle of 205.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CFE is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 156 | 254 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.00 |
| HSL | 205.13º | 0.99% | 0.54% | - |
| HSV(B) | 205.13º | 0.92% | 1% | - |
| XYZ | 30.07 | 31.08 | 98.18 | - |
| YUV | 126.51 | 199.94 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 254 | 0.92 | 0.39 | 0 | 0.00 | 205.13 | 0.99 | 0.54 |
| Hex | 14 | 9C | FE | 5C | 27 | 0 | 0 | CD | 63 | 36 |
| Octal | 24 | 234 | 376 | 134 | 47 | 0 | 0 | 315 | 143 | 66 |
| Binary | 10100 | 10011100 | 11111110 | 1011100 | 100111 | 0 | 0 | 11001101 | 1100011 | 110110 |
Color Harmonies of #149CFE
Complementary color
Monochromatic Colors of #149CFE
Black with #149CFE
Text Example
Text Example
White with #149CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CFE; }
p { color: rgb(20,156,254); }
H1.HeaderClassName
{
color: #149CFE;
}
.AnyTagClassName
{
color: #149CFE;
}
</style>
background-color css
<style>
a { background-color: #149CFE; }
a { background-color: rgb(20,156,254); }
div.DivClassName
{
background-color: #149CFE;
}
.BgClassName
{
background-color: #149CFE;
}
</style>
border-color css
<style>
span { border-color: #149CFE; }
span { border-color: rgb(20,156,254); }
td.TdClassName
{
border-color: #149CFE;
}
.TagClassName
{
border-color: #149CFE;
}
</style>