Html Css Color HEX #146DFA Dodger Blue

📋 copy color: '#146DFA'

red 20 ◦ green 109 ◦ blue 250

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

Shades of Dodger Blue #146DFA

Tints of Dodger Blue #146DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 5.28%
G = 28.76%
B = 65.96%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146DFA (or 0x146DFA) is known color: Dodger Blue. HEX triplet: 14, 6D and FA. RGB value is (20,109,250). Sum of RGB (Red+Green+Blue) = 20+109+250=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #146DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DFA is #EB9205. Grayscale: #616161. Windows color (decimal): -15438342 or 16411924. OLE color: 16411924.

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

Color convert

RGB 20 109 250 -
CMYK 0.92 0.56 0 0.02
HSL 216.78º 0.96% 0.53% -
HSV(B) 216.78º 0.92% 0.98% -
XYZ 23.01 17.99 92.7 -
YUV 98.46 213.51 72.04 -
System Red Green Blue C M Y K H S L
Decimal 20 109 250 0.92 0.56 0 0.02 216.78 0.96 0.53
Hex 14 6D FA 5C 38 0 2 D9 60 35
Octal 24 155 372 134 70 0 2 331 140 65
Binary 10100 1101101 11111010 1011100 111000 0 10 11011001 1100000 110101

Color Harmonies of #146DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DFA

Black with #146DFA

Text Example


Text Example

White with #146DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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