Shades of Dodger Blue #149CEE
Tints of Dodger Blue #149CEE
RGB
CMYK
RGB Variations
Color information
#149CEE (or 0x149CEE) is known color: Dodger Blue. HEX triplet: 14, 9C and EE. RGB value is (20,156,238). Sum of RGB (Red+Green+Blue) = 20+156+238=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #149CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CEE is #EB6311. Grayscale: #7C7C7C. Windows color (decimal): -15426322 or 15637524. OLE color: 15637524.
HSL color Cylindrical-coordinate representation of color #149CEE: hue angle of 202.57º 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 #149CEE is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 156 | 238 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.07 |
| HSL | 202.57º | 0.87% | 0.51% | - |
| HSV(B) | 202.57º | 0.92% | 0.93% | - |
| XYZ | 27.61 | 30.1 | 85.24 | - |
| YUV | 124.68 | 191.94 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 238 | 0.92 | 0.34 | 0 | 0.07 | 202.57 | 0.87 | 0.51 |
| Hex | 14 | 9C | EE | 5C | 22 | 0 | 7 | CB | 57 | 33 |
| Octal | 24 | 234 | 356 | 134 | 42 | 0 | 7 | 313 | 127 | 63 |
| Binary | 10100 | 10011100 | 11101110 | 1011100 | 100010 | 0 | 111 | 11001011 | 1010111 | 110011 |
Color Harmonies of #149CEE
Complementary color
Monochromatic Colors of #149CEE
Black with #149CEE
Text Example
Text Example
White with #149CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CEE; }
p { color: rgb(20,156,238); }
H1.HeaderClassName
{
color: #149CEE;
}
.AnyTagClassName
{
color: #149CEE;
}
</style>
background-color css
<style>
a { background-color: #149CEE; }
a { background-color: rgb(20,156,238); }
div.DivClassName
{
background-color: #149CEE;
}
.BgClassName
{
background-color: #149CEE;
}
</style>
border-color css
<style>
span { border-color: #149CEE; }
span { border-color: rgb(20,156,238); }
td.TdClassName
{
border-color: #149CEE;
}
.TagClassName
{
border-color: #149CEE;
}
</style>