Shades of Dodger Blue #149FEE
Tints of Dodger Blue #149FEE
RGB
CMYK
RGB Variations
Color information
#149FEE (or 0x149FEE) is known color: Dodger Blue. HEX triplet: 14, 9F and EE. RGB value is (20,159,238). Sum of RGB (Red+Green+Blue) = 20+159+238=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #149FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FEE is #EB6011. Grayscale: #7D7D7D. Windows color (decimal): -15425554 or 15638292. OLE color: 15638292.
HSL color Cylindrical-coordinate representation of color #149FEE: hue angle of 201.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149FEE is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 159 | 238 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.07 |
| HSL | 201.74º | 0.87% | 0.51% | - |
| HSV(B) | 201.74º | 0.92% | 0.93% | - |
| XYZ | 28.12 | 31.12 | 85.41 | - |
| YUV | 126.45 | 190.95 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 238 | 0.92 | 0.33 | 0 | 0.07 | 201.74 | 0.87 | 0.51 |
| Hex | 14 | 9F | EE | 5C | 21 | 0 | 7 | CA | 57 | 33 |
| Octal | 24 | 237 | 356 | 134 | 41 | 0 | 7 | 312 | 127 | 63 |
| Binary | 10100 | 10011111 | 11101110 | 1011100 | 100001 | 0 | 111 | 11001010 | 1010111 | 110011 |
Color Harmonies of #149FEE
Complementary color
Monochromatic Colors of #149FEE
Black with #149FEE
Text Example
Text Example
White with #149FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FEE; }
p { color: rgb(20,159,238); }
H1.HeaderClassName
{
color: #149FEE;
}
.AnyTagClassName
{
color: #149FEE;
}
</style>
background-color css
<style>
a { background-color: #149FEE; }
a { background-color: rgb(20,159,238); }
div.DivClassName
{
background-color: #149FEE;
}
.BgClassName
{
background-color: #149FEE;
}
</style>
border-color css
<style>
span { border-color: #149FEE; }
span { border-color: rgb(20,159,238); }
td.TdClassName
{
border-color: #149FEE;
}
.TagClassName
{
border-color: #149FEE;
}
</style>