Html Css Color HEX #146DF5 Dodger Blue

📋 copy color: '#146DF5'

red 20 ◦ green 109 ◦ blue 245

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

Shades of Dodger Blue #146DF5

Tints of Dodger Blue #146DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.51%

R = 5.35%
G = 29.14%
B = 65.51%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#146DF5 (or 0x146DF5) is known color: Dodger Blue. HEX triplet: 14, 6D and F5. RGB value is (20,109,245). Sum of RGB (Red+Green+Blue) = 20+109+245=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 245 (96.09% from 255 or 65.51% from 374); Max value from RGB is 245 - color contains mainly: blue. Hex color #146DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DF5 is #EB920A. Grayscale: #616161. Windows color (decimal): -15438347 or 16084244. OLE color: 16084244.

HSL color Cylindrical-coordinate representation of color #146DF5: hue angle of 216.27º degrees, saturation: 0.92, 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 #146DF5 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 109 245 -
CMYK 0.92 0.56 0 0.04
HSL 216.27º 0.92% 0.52% -
HSV(B) 216.27º 0.92% 0.96% -
XYZ 22.24 17.68 88.63 -
YUV 97.89 211.01 72.44 -
System Red Green Blue C M Y K H S L
Decimal 20 109 245 0.92 0.56 0 0.04 216.27 0.92 0.52
Hex 14 6D F5 5C 38 0 4 D8 5C 34
Octal 24 155 365 134 70 0 4 330 134 64
Binary 10100 1101101 11110101 1011100 111000 0 100 11011000 1011100 110100

Color Harmonies of #146DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DF5

Black with #146DF5

Text Example


Text Example

White with #146DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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