Html Css Color HEX #146EFF Dodger Blue

📋 copy color: '#146EFF'

red 20 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #146EFF

Tints of Dodger Blue #146EFF

RGB

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

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

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

R = 5.19%
G = 28.57%
B = 66.23%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#146EFF (or 0x146EFF) is known color: Dodger Blue. HEX triplet: 14, 6E and FF. RGB value is (20,110,255). Sum of RGB (Red+Green+Blue) = 20+110+255=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #146EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EFF is #EB9100. Grayscale: #626262. Windows color (decimal): -15438081 or 16739860. OLE color: 16739860.

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

Color convert

RGB 20 110 255 -
CMYK 0.92 0.57 0 0
HSL 217.02º 1% 0.54% -
HSV(B) 217.02º 0.92% 1% -
XYZ 23.91 18.52 96.92 -
YUV 99.62 215.68 71.21 -
System Red Green Blue C M Y K H S L
Decimal 20 110 255 0.92 0.57 0 0 217.02 1 0.54
Hex 14 6E FF 5C 39 0 0 D9 64 36
Octal 24 156 377 134 71 0 0 331 144 66
Binary 10100 1101110 11111111 1011100 111001 0 0 11011001 1100100 110110

Color Harmonies of #146EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EFF

Black with #146EFF

Text Example


Text Example

White with #146EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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