Html Css Color HEX #146CFB Dodger Blue

📋 copy color: '#146CFB'

red 20 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #146CFB

Tints of Dodger Blue #146CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

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

R = 5.28%
G = 28.5%
B = 66.23%

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

#146CFB (or 0x146CFB) is known color: Dodger Blue. HEX triplet: 14, 6C and FB. RGB value is (20,108,251). Sum of RGB (Red+Green+Blue) = 20+108+251=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #146CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CFB is #EB9304. Grayscale: #616161. Windows color (decimal): -15438597 or 16477204. OLE color: 16477204.

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

Color convert

RGB 20 108 251 -
CMYK 0.92 0.57 0 0.02
HSL 217.14º 0.97% 0.53% -
HSV(B) 217.14º 0.92% 0.98% -
XYZ 23.06 17.84 93.49 -
YUV 97.99 214.35 72.37 -
System Red Green Blue C M Y K H S L
Decimal 20 108 251 0.92 0.57 0 0.02 217.14 0.97 0.53
Hex 14 6C FB 5C 39 0 2 D9 61 35
Octal 24 154 373 134 71 0 2 331 141 65
Binary 10100 1101100 11111011 1011100 111001 0 10 11011001 1100001 110101

Color Harmonies of #146CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CFB

Black with #146CFB

Text Example


Text Example

White with #146CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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