Shades of Dodger Blue #146CF3
Tints of Dodger Blue #146CF3
RGB
CMYK
RGB Variations
Color information
#146CF3 (or 0x146CF3) is known color: Dodger Blue. HEX triplet: 14, 6C and F3. RGB value is (20,108,243). Sum of RGB (Red+Green+Blue) = 20+108+243=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #146CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CF3 is #EB930C. Grayscale: #606060. Windows color (decimal): -15438605 or 15952916. OLE color: 15952916.
HSL color Cylindrical-coordinate representation of color #146CF3: hue angle of 216.32º 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 #146CF3 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 108 | 243 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.05 |
| HSL | 216.32º | 0.9% | 0.52% | - |
| HSV(B) | 216.32º | 0.92% | 0.95% | - |
| XYZ | 21.83 | 17.34 | 86.99 | - |
| YUV | 97.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 243 | 0.92 | 0.56 | 0 | 0.05 | 216.32 | 0.9 | 0.52 |
| Hex | 14 | 6C | F3 | 5C | 38 | 0 | 5 | D8 | 5A | 34 |
| Octal | 24 | 154 | 363 | 134 | 70 | 0 | 5 | 330 | 132 | 64 |
| Binary | 10100 | 1101100 | 11110011 | 1011100 | 111000 | 0 | 101 | 11011000 | 1011010 | 110100 |
Color Harmonies of #146CF3
Complementary color
Monochromatic Colors of #146CF3
Black with #146CF3
Text Example
Text Example
White with #146CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CF3; }
p { color: rgb(20,108,243); }
H1.HeaderClassName
{
color: #146CF3;
}
.AnyTagClassName
{
color: #146CF3;
}
</style>
background-color css
<style>
a { background-color: #146CF3; }
a { background-color: rgb(20,108,243); }
div.DivClassName
{
background-color: #146CF3;
}
.BgClassName
{
background-color: #146CF3;
}
</style>
border-color css
<style>
span { border-color: #146CF3; }
span { border-color: rgb(20,108,243); }
td.TdClassName
{
border-color: #146CF3;
}
.TagClassName
{
border-color: #146CF3;
}
</style>