Shades of Dodger Blue #146FF3
Tints of Dodger Blue #146FF3
RGB
CMYK
RGB Variations
Color information
#146FF3 (or 0x146FF3) is known color: Dodger Blue. HEX triplet: 14, 6F and F3. RGB value is (20,111,243). Sum of RGB (Red+Green+Blue) = 20+111+243=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #146FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FF3 is #EB900C. Grayscale: #626262. Windows color (decimal): -15437837 or 15953684. OLE color: 15953684.
HSL color Cylindrical-coordinate representation of color #146FF3: hue angle of 215.52º 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 #146FF3 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 111 | 243 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.05 |
| HSL | 215.52º | 0.9% | 0.52% | - |
| HSV(B) | 215.52º | 0.92% | 0.95% | - |
| XYZ | 22.15 | 17.99 | 87.1 | - |
| YUV | 98.84 | 209.35 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 243 | 0.92 | 0.54 | 0 | 0.05 | 215.52 | 0.9 | 0.52 |
| Hex | 14 | 6F | F3 | 5C | 36 | 0 | 5 | D8 | 5A | 34 |
| Octal | 24 | 157 | 363 | 134 | 66 | 0 | 5 | 330 | 132 | 64 |
| Binary | 10100 | 1101111 | 11110011 | 1011100 | 110110 | 0 | 101 | 11011000 | 1011010 | 110100 |
Color Harmonies of #146FF3
Complementary color
Monochromatic Colors of #146FF3
Black with #146FF3
Text Example
Text Example
White with #146FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FF3; }
p { color: rgb(20,111,243); }
H1.HeaderClassName
{
color: #146FF3;
}
.AnyTagClassName
{
color: #146FF3;
}
</style>
background-color css
<style>
a { background-color: #146FF3; }
a { background-color: rgb(20,111,243); }
div.DivClassName
{
background-color: #146FF3;
}
.BgClassName
{
background-color: #146FF3;
}
</style>
border-color css
<style>
span { border-color: #146FF3; }
span { border-color: rgb(20,111,243); }
td.TdClassName
{
border-color: #146FF3;
}
.TagClassName
{
border-color: #146FF3;
}
</style>