#146DFB

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

Shades of Dodger Blue #146DFB

Tints of Dodger Blue #146DFB

Color information

#146DFB (or 0x146DFB) is unknown color: approx Dodger Blue. HEX triplet: 14, 6D and FB. RGB value is (20,109,251). Sum of RGB (Red+Green+Blue) = 20+109+251=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #146DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DFB is #EB9204. Grayscale: #616161. Windows color (decimal): -15438341 or 16477460. OLE color: 16477460.

HSL color Cylindrical-coordinate representation of color #146DFB: hue angle of 216.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146DFB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20109251-
CMYK0.920.5700.02
HSL216.88º96.65%53.14%-
HSV(B)216.88º92.03%98.43%-
XYZ23.1718.0593.53-
YUV98.58214.0171.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.26%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 251 (98.44% from 255) = 66.05%
R=5.26%
G=28.68%
B=66.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201092510.920.5700.02216.8896.6553.14
Hex146DFB5C3902d96135
Octal24155373134710233114165
Binary101001101101111110111011100111001010110110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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