Shades of Dodger Blue #149CF2
Tints of Dodger Blue #149CF2
RGB
CMYK
RGB Variations
Color information
#149CF2 (or 0x149CF2) is known color: Dodger Blue. HEX triplet: 14, 9C and F2. RGB value is (20,156,242). Sum of RGB (Red+Green+Blue) = 20+156+242=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #149CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CF2 is #EB630D. Grayscale: #7C7C7C. Windows color (decimal): -15426318 or 15899668. OLE color: 15899668.
HSL color Cylindrical-coordinate representation of color #149CF2: hue angle of 203.24º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CF2 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 156 | 242 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.05 |
| HSL | 203.24º | 0.9% | 0.51% | - |
| HSV(B) | 203.24º | 0.92% | 0.95% | - |
| XYZ | 28.2 | 30.34 | 88.37 | - |
| YUV | 125.14 | 193.94 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 242 | 0.92 | 0.36 | 0 | 0.05 | 203.24 | 0.9 | 0.51 |
| Hex | 14 | 9C | F2 | 5C | 24 | 0 | 5 | CB | 5A | 33 |
| Octal | 24 | 234 | 362 | 134 | 44 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10100 | 10011100 | 11110010 | 1011100 | 100100 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #149CF2
Complementary color
Monochromatic Colors of #149CF2
Black with #149CF2
Text Example
Text Example
White with #149CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CF2; }
p { color: rgb(20,156,242); }
H1.HeaderClassName
{
color: #149CF2;
}
.AnyTagClassName
{
color: #149CF2;
}
</style>
background-color css
<style>
a { background-color: #149CF2; }
a { background-color: rgb(20,156,242); }
div.DivClassName
{
background-color: #149CF2;
}
.BgClassName
{
background-color: #149CF2;
}
</style>
border-color css
<style>
span { border-color: #149CF2; }
span { border-color: rgb(20,156,242); }
td.TdClassName
{
border-color: #149CF2;
}
.TagClassName
{
border-color: #149CF2;
}
</style>