Html Css Color HEX #146AF5 Dodger Blue

📋 copy color: '#146AF5'

red 20 ◦ green 106 ◦ blue 245

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

Shades of Dodger Blue #146AF5

Tints of Dodger Blue #146AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 5.39%
G = 28.57%
B = 66.04%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#146AF5 (or 0x146AF5) is known color: Dodger Blue. HEX triplet: 14, 6A and F5. RGB value is (20,106,245). Sum of RGB (Red+Green+Blue) = 20+106+245=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #146AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AF5 is #EB950A. Grayscale: #5F5F5F. Windows color (decimal): -15439115 or 16083476. OLE color: 16083476.

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

Color convert

RGB 20 106 245 -
CMYK 0.92 0.57 0 0.04
HSL 217.07º 0.92% 0.52% -
HSV(B) 217.07º 0.92% 0.96% -
XYZ 21.92 17.05 88.52 -
YUV 96.13 212.01 73.7 -
System Red Green Blue C M Y K H S L
Decimal 20 106 245 0.92 0.57 0 0.04 217.07 0.92 0.52
Hex 14 6A F5 5C 39 0 4 D9 5C 34
Octal 24 152 365 134 71 0 4 331 134 64
Binary 10100 1101010 11110101 1011100 111001 0 100 11011001 1011100 110100

Color Harmonies of #146AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AF5

Black with #146AF5

Text Example


Text Example

White with #146AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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