Shades of Dodger Blue #149CF3
Tints of Dodger Blue #149CF3
RGB
CMYK
RGB Variations
Color information
#149CF3 (or 0x149CF3) is known color: Dodger Blue. HEX triplet: 14, 9C and F3. RGB value is (20,156,243). Sum of RGB (Red+Green+Blue) = 20+156+243=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #149CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CF3 is #EB630C. Grayscale: #7C7C7C. Windows color (decimal): -15426317 or 15965204. OLE color: 15965204.
HSL color Cylindrical-coordinate representation of color #149CF3: hue angle of 203.41º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CF3 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 156 | 243 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.05 |
| HSL | 203.41º | 0.9% | 0.52% | - |
| HSV(B) | 203.41º | 0.92% | 0.95% | - |
| XYZ | 28.35 | 30.4 | 89.17 | - |
| YUV | 125.25 | 194.44 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 243 | 0.92 | 0.36 | 0 | 0.05 | 203.41 | 0.9 | 0.52 |
| Hex | 14 | 9C | F3 | 5C | 24 | 0 | 5 | CB | 5A | 34 |
| Octal | 24 | 234 | 363 | 134 | 44 | 0 | 5 | 313 | 132 | 64 |
| Binary | 10100 | 10011100 | 11110011 | 1011100 | 100100 | 0 | 101 | 11001011 | 1011010 | 110100 |
Color Harmonies of #149CF3
Complementary color
Monochromatic Colors of #149CF3
Black with #149CF3
Text Example
Text Example
White with #149CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CF3; }
p { color: rgb(20,156,243); }
H1.HeaderClassName
{
color: #149CF3;
}
.AnyTagClassName
{
color: #149CF3;
}
</style>
background-color css
<style>
a { background-color: #149CF3; }
a { background-color: rgb(20,156,243); }
div.DivClassName
{
background-color: #149CF3;
}
.BgClassName
{
background-color: #149CF3;
}
</style>
border-color css
<style>
span { border-color: #149CF3; }
span { border-color: rgb(20,156,243); }
td.TdClassName
{
border-color: #149CF3;
}
.TagClassName
{
border-color: #149CF3;
}
</style>