Html Css Color HEX #146DFF Dodger Blue

📋 copy color: '#146DFF'

red 20 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #146DFF

Tints of Dodger Blue #146DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 5.21%
G = 28.39%
B = 66.41%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#146DFF (or 0x146DFF) is known color: Dodger Blue. HEX triplet: 14, 6D and FF. RGB value is (20,109,255). Sum of RGB (Red+Green+Blue) = 20+109+255=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #146DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DFF is #EB9200. Grayscale: #626262. Windows color (decimal): -15438337 or 16739604. OLE color: 16739604.

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

Color convert

RGB 20 109 255 -
CMYK 0.92 0.57 0 0
HSL 217.28º 1% 0.54% -
HSV(B) 217.28º 0.92% 1% -
XYZ 23.81 18.31 96.89 -
YUV 99.03 216.01 71.63 -
System Red Green Blue C M Y K H S L
Decimal 20 109 255 0.92 0.57 0 0 217.28 1 0.54
Hex 14 6D FF 5C 39 0 0 D9 64 36
Octal 24 155 377 134 71 0 0 331 144 66
Binary 10100 1101101 11111111 1011100 111001 0 0 11011001 1100100 110110

Color Harmonies of #146DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DFF

Black with #146DFF

Text Example


Text Example

White with #146DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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