Shades of Dodger Blue #149FFE
Tints of Dodger Blue #149FFE
RGB
CMYK
RGB Variations
Color information
#149FFE (or 0x149FFE) is known color: Dodger Blue. HEX triplet: 14, 9F and FE. RGB value is (20,159,254). Sum of RGB (Red+Green+Blue) = 20+159+254=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #149FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FFE is #EB6001. Grayscale: #7F7F7F. Windows color (decimal): -15425538 or 16686868. OLE color: 16686868.
HSL color Cylindrical-coordinate representation of color #149FFE: hue angle of 204.36º 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 #149FFE is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 159 | 254 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.00 |
| HSL | 204.36º | 0.99% | 0.54% | - |
| HSV(B) | 204.36º | 0.92% | 1% | - |
| XYZ | 30.58 | 32.1 | 98.35 | - |
| YUV | 128.27 | 198.95 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 254 | 0.92 | 0.37 | 0 | 0.00 | 204.36 | 0.99 | 0.54 |
| Hex | 14 | 9F | FE | 5C | 25 | 0 | 0 | CC | 63 | 36 |
| Octal | 24 | 237 | 376 | 134 | 45 | 0 | 0 | 314 | 143 | 66 |
| Binary | 10100 | 10011111 | 11111110 | 1011100 | 100101 | 0 | 0 | 11001100 | 1100011 | 110110 |
Color Harmonies of #149FFE
Complementary color
Monochromatic Colors of #149FFE
Black with #149FFE
Text Example
Text Example
White with #149FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FFE; }
p { color: rgb(20,159,254); }
H1.HeaderClassName
{
color: #149FFE;
}
.AnyTagClassName
{
color: #149FFE;
}
</style>
background-color css
<style>
a { background-color: #149FFE; }
a { background-color: rgb(20,159,254); }
div.DivClassName
{
background-color: #149FFE;
}
.BgClassName
{
background-color: #149FFE;
}
</style>
border-color css
<style>
span { border-color: #149FFE; }
span { border-color: rgb(20,159,254); }
td.TdClassName
{
border-color: #149FFE;
}
.TagClassName
{
border-color: #149FFE;
}
</style>