Html Css Color HEX #146AFF Dodger Blue

📋 copy color: '#146AFF'

red 20 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #146AFF

Tints of Dodger Blue #146AFF

RGB

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

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

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

R = 5.25%
G = 27.82%
B = 66.93%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#146AFF (or 0x146AFF) is known color: Dodger Blue. HEX triplet: 14, 6A and FF. RGB value is (20,106,255). Sum of RGB (Red+Green+Blue) = 20+106+255=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #146AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AFF is #EB9500. Grayscale: #606060. Windows color (decimal): -15439105 or 16738836. OLE color: 16738836.

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

Color convert

RGB 20 106 255 -
CMYK 0.92 0.58 0 0
HSL 218.04º 1% 0.54% -
HSV(B) 218.04º 0.92% 1% -
XYZ 23.49 17.68 96.78 -
YUV 97.27 217.01 72.88 -
System Red Green Blue C M Y K H S L
Decimal 20 106 255 0.92 0.58 0 0 218.04 1 0.54
Hex 14 6A FF 5C 3A 0 0 DA 64 36
Octal 24 152 377 134 72 0 0 332 144 66
Binary 10100 1101010 11111111 1011100 111010 0 0 11011010 1100100 110110

Color Harmonies of #146AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AFF

Black with #146AFF

Text Example


Text Example

White with #146AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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