Shades of Dodger Blue #149CEC
Tints of Dodger Blue #149CEC
RGB
CMYK
RGB Variations
Color information
#149CEC (or 0x149CEC) is known color: Dodger Blue. HEX triplet: 14, 9C and EC. RGB value is (20,156,236). Sum of RGB (Red+Green+Blue) = 20+156+236=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #149CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CEC is #EB6313. Grayscale: #7C7C7C. Windows color (decimal): -15426324 or 15506452. OLE color: 15506452.
HSL color Cylindrical-coordinate representation of color #149CEC: hue angle of 202.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CEC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 156 | 236 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.07 |
| HSL | 202.22º | 0.85% | 0.5% | - |
| HSV(B) | 202.22º | 0.92% | 0.93% | - |
| XYZ | 27.32 | 29.98 | 83.7 | - |
| YUV | 124.46 | 190.94 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 236 | 0.92 | 0.34 | 0 | 0.07 | 202.22 | 0.85 | 0.5 |
| Hex | 14 | 9C | EC | 5C | 22 | 0 | 7 | CA | 55 | 32 |
| Octal | 24 | 234 | 354 | 134 | 42 | 0 | 7 | 312 | 125 | 62 |
| Binary | 10100 | 10011100 | 11101100 | 1011100 | 100010 | 0 | 111 | 11001010 | 1010101 | 110010 |
Color Harmonies of #149CEC
Complementary color
Monochromatic Colors of #149CEC
Black with #149CEC
Text Example
Text Example
White with #149CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CEC; }
p { color: rgb(20,156,236); }
H1.HeaderClassName
{
color: #149CEC;
}
.AnyTagClassName
{
color: #149CEC;
}
</style>
background-color css
<style>
a { background-color: #149CEC; }
a { background-color: rgb(20,156,236); }
div.DivClassName
{
background-color: #149CEC;
}
.BgClassName
{
background-color: #149CEC;
}
</style>
border-color css
<style>
span { border-color: #149CEC; }
span { border-color: rgb(20,156,236); }
td.TdClassName
{
border-color: #149CEC;
}
.TagClassName
{
border-color: #149CEC;
}
</style>