#146DF2

Color #146DF2 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #146DF2

Tints of Dodger Blue #146DF2

Color information

#146DF2 (or 0x146DF2) is unknown color: approx Dodger Blue. HEX triplet: 14, 6D and F2. RGB value is (20,109,242). Sum of RGB (Red+Green+Blue) = 20+109+242=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #146DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DF2 is #EB920D. Grayscale: #606060. Windows color (decimal): -15438350 or 15887636. OLE color: 15887636.

HSL color Cylindrical-coordinate representation of color #146DF2: hue angle of 215.95º 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 #146DF2 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20109242-
CMYK0.920.5500.05
HSL215.95º89.52%51.37%-
HSV(B)215.95º91.74%94.9%-
XYZ21.7817.586.23-
YUV97.55209.5172.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.39%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 242 (94.92% from 255) = 65.23%
R=5.39%
G=29.38%
B=65.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201092420.920.5500.05215.9589.5251.37
Hex146DF25C3705d85a33
Octal24155362134670533013263
Binary1010011011011111001010111001101110101110110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146DF2; }

 p { color: rgb(20,109,242); }

 H1.HeaderClassName
 {
   color: #146DF2;
 }
 .AnyTagClassName
 {
   color: #146DF2;
 }
</style>
background-color css

<style>
 a { background-color: #146DF2; }

 a { background-color: rgb(20,109,242); }

 div.DivClassName
 {
   background-color: #146DF2;
 }
 .BgClassName
 {
   background-color: #146DF2;
 }
</style>
border-color css

<style>
 span { border-color: #146DF2; }

 span { border-color: rgb(20,109,242); }

 td.TdClassName
 {
   border-color: #146DF2;
 }
 .TagClassName
 {
   border-color: #146DF2;
 }
</style>