Shades of Dodger Blue #149CF4
Tints of Dodger Blue #149CF4
RGB
CMYK
RGB Variations
Color information
#149CF4 (or 0x149CF4) is known color: Dodger Blue. HEX triplet: 14, 9C and F4. RGB value is (20,156,244). Sum of RGB (Red+Green+Blue) = 20+156+244=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #149CF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CF4 is #EB630B. Grayscale: #7C7C7C. Windows color (decimal): -15426316 or 16030740. OLE color: 16030740.
HSL color Cylindrical-coordinate representation of color #149CF4: hue angle of 203.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CF4 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 156 | 244 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.04 |
| HSL | 203.57º | 0.91% | 0.52% | - |
| HSV(B) | 203.57º | 0.92% | 0.96% | - |
| XYZ | 28.51 | 30.46 | 89.96 | - |
| YUV | 125.37 | 194.94 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 244 | 0.92 | 0.36 | 0 | 0.04 | 203.57 | 0.91 | 0.52 |
| Hex | 14 | 9C | F4 | 5C | 24 | 0 | 4 | CC | 5B | 34 |
| Octal | 24 | 234 | 364 | 134 | 44 | 0 | 4 | 314 | 133 | 64 |
| Binary | 10100 | 10011100 | 11110100 | 1011100 | 100100 | 0 | 100 | 11001100 | 1011011 | 110100 |
Color Harmonies of #149CF4
Complementary color
Monochromatic Colors of #149CF4
Black with #149CF4
Text Example
Text Example
White with #149CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CF4; }
p { color: rgb(20,156,244); }
H1.HeaderClassName
{
color: #149CF4;
}
.AnyTagClassName
{
color: #149CF4;
}
</style>
background-color css
<style>
a { background-color: #149CF4; }
a { background-color: rgb(20,156,244); }
div.DivClassName
{
background-color: #149CF4;
}
.BgClassName
{
background-color: #149CF4;
}
</style>
border-color css
<style>
span { border-color: #149CF4; }
span { border-color: rgb(20,156,244); }
td.TdClassName
{
border-color: #149CF4;
}
.TagClassName
{
border-color: #149CF4;
}
</style>