Html Css Color HEX #146DF4 Dodger Blue

📋 copy color: '#146DF4'

red 20 ◦ green 109 ◦ blue 244

#146DF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #146DF4

Tints of Dodger Blue #146DF4

RGB

 RED value IS 20 (8.2% from 255) = 5.36%

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 244 (95.7% from 255) = 65.42%

R = 5.36%
G = 29.22%
B = 65.42%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#146DF4 (or 0x146DF4) is known color: Dodger Blue. HEX triplet: 14, 6D and F4. RGB value is (20,109,244). Sum of RGB (Red+Green+Blue) = 20+109+244=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #146DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DF4 is #EB920B. Grayscale: #616161. Windows color (decimal): -15438348 or 16018708. OLE color: 16018708.

HSL color Cylindrical-coordinate representation of color #146DF4: hue angle of 216.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146DF4 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 109 244 -
CMYK 0.92 0.55 0 0.04
HSL 216.16º 0.91% 0.52% -
HSV(B) 216.16º 0.92% 0.96% -
XYZ 22.09 17.62 87.82 -
YUV 97.78 210.51 72.52 -
System Red Green Blue C M Y K H S L
Decimal 20 109 244 0.92 0.55 0 0.04 216.16 0.91 0.52
Hex 14 6D F4 5C 37 0 4 D8 5B 34
Octal 24 155 364 134 67 0 4 330 133 64
Binary 10100 1101101 11110100 1011100 110111 0 100 11011000 1011011 110100

Color Harmonies of #146DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DF4

Black with #146DF4

Text Example


Text Example

White with #146DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #146DF4;
 }
 .AnyTagClassName
 {
   color: #146DF4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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