Shades of Dodger Blue #149FEA
Tints of Dodger Blue #149FEA
RGB
CMYK
RGB Variations
Color information
#149FEA (or 0x149FEA) is known color: Dodger Blue. HEX triplet: 14, 9F and EA. RGB value is (20,159,234). Sum of RGB (Red+Green+Blue) = 20+159+234=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #149FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FEA is #EB6015. Grayscale: #7D7D7D. Windows color (decimal): -15425558 or 15376148. OLE color: 15376148.
HSL color Cylindrical-coordinate representation of color #149FEA: hue angle of 201.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149FEA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 159 | 234 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.08 |
| HSL | 201.03º | 0.84% | 0.5% | - |
| HSV(B) | 201.03º | 0.91% | 0.92% | - |
| XYZ | 27.54 | 30.89 | 82.35 | - |
| YUV | 125.99 | 188.95 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 234 | 0.91 | 0.32 | 0 | 0.08 | 201.03 | 0.84 | 0.5 |
| Hex | 14 | 9F | EA | 5B | 20 | 0 | 8 | C9 | 54 | 32 |
| Octal | 24 | 237 | 352 | 133 | 40 | 0 | 10 | 311 | 124 | 62 |
| Binary | 10100 | 10011111 | 11101010 | 1011011 | 100000 | 0 | 1000 | 11001001 | 1010100 | 110010 |
Color Harmonies of #149FEA
Complementary color
Monochromatic Colors of #149FEA
Black with #149FEA
Text Example
Text Example
White with #149FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FEA; }
p { color: rgb(20,159,234); }
H1.HeaderClassName
{
color: #149FEA;
}
.AnyTagClassName
{
color: #149FEA;
}
</style>
background-color css
<style>
a { background-color: #149FEA; }
a { background-color: rgb(20,159,234); }
div.DivClassName
{
background-color: #149FEA;
}
.BgClassName
{
background-color: #149FEA;
}
</style>
border-color css
<style>
span { border-color: #149FEA; }
span { border-color: rgb(20,159,234); }
td.TdClassName
{
border-color: #149FEA;
}
.TagClassName
{
border-color: #149FEA;
}
</style>