Html Css Color HEX #146EF1 Dodger Blue

📋 copy color: '#146EF1'

red 20 ◦ green 110 ◦ blue 241

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

Shades of Dodger Blue #146EF1

Tints of Dodger Blue #146EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 241 (94.53% from 255) = 64.96%

R = 5.39%
G = 29.65%
B = 64.96%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#146EF1 (or 0x146EF1) is known color: Dodger Blue. HEX triplet: 14, 6E and F1. RGB value is (20,110,241). Sum of RGB (Red+Green+Blue) = 20+110+241=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #146EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EF1 is #EB910E. Grayscale: #616161. Windows color (decimal): -15438095 or 15822356. OLE color: 15822356.

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

Color convert

RGB 20 110 241 -
CMYK 0.92 0.54 0 0.05
HSL 215.57º 0.89% 0.51% -
HSV(B) 215.57º 0.92% 0.95% -
XYZ 21.74 17.65 85.48 -
YUV 98.02 208.68 72.35 -
System Red Green Blue C M Y K H S L
Decimal 20 110 241 0.92 0.54 0 0.05 215.57 0.89 0.51
Hex 14 6E F1 5C 36 0 5 D8 59 33
Octal 24 156 361 134 66 0 5 330 131 63
Binary 10100 1101110 11110001 1011100 110110 0 101 11011000 1011001 110011

Color Harmonies of #146EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EF1

Black with #146EF1

Text Example


Text Example

White with #146EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,241); }

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

background-color css

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

 a { background-color: rgb(20,110,241); }

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

border-color css

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

 span { border-color: rgb(20,110,241); }

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