Shades of Dodger Blue #146BFC
Tints of Dodger Blue #146BFC
RGB
CMYK
RGB Variations
Color information
#146BFC (or 0x146BFC) is known color: Dodger Blue. HEX triplet: 14, 6B and FC. RGB value is (20,107,252). Sum of RGB (Red+Green+Blue) = 20+107+252=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #146BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BFC is #EB9403. Grayscale: #606060. Windows color (decimal): -15438852 or 16542484. OLE color: 16542484.
HSL color Cylindrical-coordinate representation of color #146BFC: hue angle of 217.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146BFC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 107 | 252 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.01 |
| HSL | 217.5º | 0.97% | 0.53% | - |
| HSV(B) | 217.5º | 0.92% | 0.99% | - |
| XYZ | 23.12 | 17.69 | 94.29 | - |
| YUV | 97.52 | 215.18 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 252 | 0.92 | 0.58 | 0 | 0.01 | 217.5 | 0.97 | 0.53 |
| Hex | 14 | 6B | FC | 5C | 3A | 0 | 1 | DA | 61 | 35 |
| Octal | 24 | 153 | 374 | 134 | 72 | 0 | 1 | 332 | 141 | 65 |
| Binary | 10100 | 1101011 | 11111100 | 1011100 | 111010 | 0 | 1 | 11011010 | 1100001 | 110101 |
Color Harmonies of #146BFC
Complementary color
Monochromatic Colors of #146BFC
Black with #146BFC
Text Example
Text Example
White with #146BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BFC; }
p { color: rgb(20,107,252); }
H1.HeaderClassName
{
color: #146BFC;
}
.AnyTagClassName
{
color: #146BFC;
}
</style>
background-color css
<style>
a { background-color: #146BFC; }
a { background-color: rgb(20,107,252); }
div.DivClassName
{
background-color: #146BFC;
}
.BgClassName
{
background-color: #146BFC;
}
</style>
border-color css
<style>
span { border-color: #146BFC; }
span { border-color: rgb(20,107,252); }
td.TdClassName
{
border-color: #146BFC;
}
.TagClassName
{
border-color: #146BFC;
}
</style>