Shades of Dodger Blue #149CEA
Tints of Dodger Blue #149CEA
RGB
CMYK
RGB Variations
Color information
#149CEA (or 0x149CEA) is known color: Dodger Blue. HEX triplet: 14, 9C and EA. RGB value is (20,156,234). Sum of RGB (Red+Green+Blue) = 20+156+234=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #149CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CEA is #EB6315. Grayscale: #7B7B7B. Windows color (decimal): -15426326 or 15375380. OLE color: 15375380.
HSL color Cylindrical-coordinate representation of color #149CEA: hue angle of 201.87º 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 #149CEA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 156 | 234 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.08 |
| HSL | 201.87º | 0.84% | 0.5% | - |
| HSV(B) | 201.87º | 0.91% | 0.92% | - |
| XYZ | 27.03 | 29.87 | 82.18 | - |
| YUV | 124.23 | 189.94 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 234 | 0.91 | 0.33 | 0 | 0.08 | 201.87 | 0.84 | 0.5 |
| Hex | 14 | 9C | EA | 5B | 21 | 0 | 8 | CA | 54 | 32 |
| Octal | 24 | 234 | 352 | 133 | 41 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10100 | 10011100 | 11101010 | 1011011 | 100001 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #149CEA
Complementary color
Monochromatic Colors of #149CEA
Black with #149CEA
Text Example
Text Example
White with #149CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CEA; }
p { color: rgb(20,156,234); }
H1.HeaderClassName
{
color: #149CEA;
}
.AnyTagClassName
{
color: #149CEA;
}
</style>
background-color css
<style>
a { background-color: #149CEA; }
a { background-color: rgb(20,156,234); }
div.DivClassName
{
background-color: #149CEA;
}
.BgClassName
{
background-color: #149CEA;
}
</style>
border-color css
<style>
span { border-color: #149CEA; }
span { border-color: rgb(20,156,234); }
td.TdClassName
{
border-color: #149CEA;
}
.TagClassName
{
border-color: #149CEA;
}
</style>