Html Css Color HEX #146BFB Dodger Blue

📋 copy color: '#146BFB'

red 20 ◦ green 107 ◦ blue 251

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

Shades of Dodger Blue #146BFB

Tints of Dodger Blue #146BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

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

R = 5.29%
G = 28.31%
B = 66.4%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146BFB (or 0x146BFB) is known color: Dodger Blue. HEX triplet: 14, 6B and FB. RGB value is (20,107,251). Sum of RGB (Red+Green+Blue) = 20+107+251=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #146BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BFB is #EB9404. Grayscale: #606060. Windows color (decimal): -15438853 or 16476948. OLE color: 16476948.

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

Color convert

RGB 20 107 251 -
CMYK 0.92 0.57 0 0.02
HSL 217.4º 0.97% 0.53% -
HSV(B) 217.4º 0.92% 0.98% -
XYZ 22.96 17.63 93.46 -
YUV 97.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 20 107 251 0.92 0.57 0 0.02 217.4 0.97 0.53
Hex 14 6B FB 5C 39 0 2 D9 61 35
Octal 24 153 373 134 71 0 2 331 141 65
Binary 10100 1101011 11111011 1011100 111001 0 10 11011001 1100001 110101

Color Harmonies of #146BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BFB

Black with #146BFB

Text Example


Text Example

White with #146BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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