Html Css Color HEX #146FEF Dodger Blue

📋 copy color: '#146FEF'

red 20 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #146FEF

Tints of Dodger Blue #146FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 5.41%
G = 30%
B = 64.59%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#146FEF (or 0x146FEF) is known color: Dodger Blue. HEX triplet: 14, 6F and EF. RGB value is (20,111,239). Sum of RGB (Red+Green+Blue) = 20+111+239=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #146FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FEF is #EB9010. Grayscale: #616161. Windows color (decimal): -15437841 or 15691540. OLE color: 15691540.

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

Color convert

RGB 20 111 239 -
CMYK 0.92 0.54 0 0.06
HSL 215.07º 0.87% 0.51% -
HSV(B) 215.07º 0.92% 0.94% -
XYZ 21.55 17.75 83.95 -
YUV 98.38 207.35 72.09 -
System Red Green Blue C M Y K H S L
Decimal 20 111 239 0.92 0.54 0 0.06 215.07 0.87 0.51
Hex 14 6F EF 5C 36 0 6 D7 57 33
Octal 24 157 357 134 66 0 6 327 127 63
Binary 10100 1101111 11101111 1011100 110110 0 110 11010111 1010111 110011

Color Harmonies of #146FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FEF

Black with #146FEF

Text Example


Text Example

White with #146FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,111,239); }

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

background-color css

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

 a { background-color: rgb(20,111,239); }

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

border-color css

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

 span { border-color: rgb(20,111,239); }

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