Shades of Dodger Blue #149FEF
Tints of Dodger Blue #149FEF
RGB
CMYK
RGB Variations
Color information
#149FEF (or 0x149FEF) is known color: Dodger Blue. HEX triplet: 14, 9F and EF. RGB value is (20,159,239). Sum of RGB (Red+Green+Blue) = 20+159+239=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #149FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FEF is #EB6010. Grayscale: #7E7E7E. Windows color (decimal): -15425553 or 15703828. OLE color: 15703828.
HSL color Cylindrical-coordinate representation of color #149FEF: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149FEF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 159 | 239 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.06 |
| HSL | 201.92º | 0.87% | 0.51% | - |
| HSV(B) | 201.92º | 0.92% | 0.94% | - |
| XYZ | 28.27 | 31.18 | 86.19 | - |
| YUV | 126.56 | 191.45 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 239 | 0.92 | 0.33 | 0 | 0.06 | 201.92 | 0.87 | 0.51 |
| Hex | 14 | 9F | EF | 5C | 21 | 0 | 6 | CA | 57 | 33 |
| Octal | 24 | 237 | 357 | 134 | 41 | 0 | 6 | 312 | 127 | 63 |
| Binary | 10100 | 10011111 | 11101111 | 1011100 | 100001 | 0 | 110 | 11001010 | 1010111 | 110011 |
Color Harmonies of #149FEF
Complementary color
Monochromatic Colors of #149FEF
Black with #149FEF
Text Example
Text Example
White with #149FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FEF; }
p { color: rgb(20,159,239); }
H1.HeaderClassName
{
color: #149FEF;
}
.AnyTagClassName
{
color: #149FEF;
}
</style>
background-color css
<style>
a { background-color: #149FEF; }
a { background-color: rgb(20,159,239); }
div.DivClassName
{
background-color: #149FEF;
}
.BgClassName
{
background-color: #149FEF;
}
</style>
border-color css
<style>
span { border-color: #149FEF; }
span { border-color: rgb(20,159,239); }
td.TdClassName
{
border-color: #149FEF;
}
.TagClassName
{
border-color: #149FEF;
}
</style>