Html Css Color HEX #146EEF Dodger Blue

📋 copy color: '#146EEF'

red 20 ◦ green 110 ◦ blue 239

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

Shades of Dodger Blue #146EEF

Tints of Dodger Blue #146EEF

RGB

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

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

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

R = 5.42%
G = 29.81%
B = 64.77%

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

#146EEF (or 0x146EEF) is known color: Dodger Blue. HEX triplet: 14, 6E and EF. RGB value is (20,110,239). Sum of RGB (Red+Green+Blue) = 20+110+239=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #146EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EEF is #EB9110. Grayscale: #616161. Windows color (decimal): -15438097 or 15691284. OLE color: 15691284.

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

Color convert

RGB 20 110 239 -
CMYK 0.92 0.54 0 0.06
HSL 215.34º 0.87% 0.51% -
HSV(B) 215.34º 0.92% 0.94% -
XYZ 21.44 17.53 83.92 -
YUV 97.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 20 110 239 0.92 0.54 0 0.06 215.34 0.87 0.51
Hex 14 6E EF 5C 36 0 6 D7 57 33
Octal 24 156 357 134 66 0 6 327 127 63
Binary 10100 1101110 11101111 1011100 110110 0 110 11010111 1010111 110011

Color Harmonies of #146EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EEF

Black with #146EEF

Text Example


Text Example

White with #146EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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