Html Css Color HEX #146EFB Dodger Blue

📋 copy color: '#146EFB'

red 20 ◦ green 110 ◦ blue 251

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

Shades of Dodger Blue #146EFB

Tints of Dodger Blue #146EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 5.25%
G = 28.87%
B = 65.88%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146EFB (or 0x146EFB) is known color: Dodger Blue. HEX triplet: 14, 6E and FB. RGB value is (20,110,251). Sum of RGB (Red+Green+Blue) = 20+110+251=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #146EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EFB is #EB9104. Grayscale: #626262. Windows color (decimal): -15438085 or 16477716. OLE color: 16477716.

HSL color Cylindrical-coordinate representation of color #146EFB: hue angle of 216.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146EFB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 110 251 -
CMYK 0.92 0.56 0 0.02
HSL 216.62º 0.97% 0.53% -
HSV(B) 216.62º 0.92% 0.98% -
XYZ 23.28 18.27 93.57 -
YUV 99.16 213.68 71.54 -
System Red Green Blue C M Y K H S L
Decimal 20 110 251 0.92 0.56 0 0.02 216.62 0.97 0.53
Hex 14 6E FB 5C 38 0 2 D9 61 35
Octal 24 156 373 134 70 0 2 331 141 65
Binary 10100 1101110 11111011 1011100 111000 0 10 11011001 1100001 110101

Color Harmonies of #146EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EFB

Black with #146EFB

Text Example


Text Example

White with #146EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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