Html Css Color HEX #146AFA Dodger Blue

📋 copy color: '#146AFA'

red 20 ◦ green 106 ◦ blue 250

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

Shades of Dodger Blue #146AFA

Tints of Dodger Blue #146AFA

RGB

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

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

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

R = 5.32%
G = 28.19%
B = 66.49%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146AFA (or 0x146AFA) is known color: Dodger Blue. HEX triplet: 14, 6A and FA. RGB value is (20,106,250). Sum of RGB (Red+Green+Blue) = 20+106+250=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #146AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AFA is #EB9505. Grayscale: #606060. Windows color (decimal): -15439110 or 16411156. OLE color: 16411156.

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

Color convert

RGB 20 106 250 -
CMYK 0.92 0.58 0 0.02
HSL 217.57º 0.96% 0.53% -
HSV(B) 217.57º 0.92% 0.98% -
XYZ 22.7 17.36 92.6 -
YUV 96.7 214.51 73.29 -
System Red Green Blue C M Y K H S L
Decimal 20 106 250 0.92 0.58 0 0.02 217.57 0.96 0.53
Hex 14 6A FA 5C 3A 0 2 DA 60 35
Octal 24 152 372 134 72 0 2 332 140 65
Binary 10100 1101010 11111010 1011100 111010 0 10 11011010 1100000 110101

Color Harmonies of #146AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AFA

Black with #146AFA

Text Example


Text Example

White with #146AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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