Html Css Color HEX #146AFB Dodger Blue

📋 copy color: '#146AFB'

red 20 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #146AFB

Tints of Dodger Blue #146AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

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

R = 5.31%
G = 28.12%
B = 66.58%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146AFB (or 0x146AFB) is known color: Dodger Blue. HEX triplet: 14, 6A and FB. RGB value is (20,106,251). Sum of RGB (Red+Green+Blue) = 20+106+251=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #146AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AFB is #EB9504. Grayscale: #606060. Windows color (decimal): -15439109 or 16476692. OLE color: 16476692.

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

Color convert

RGB 20 106 251 -
CMYK 0.92 0.58 0 0.02
HSL 217.66º 0.97% 0.53% -
HSV(B) 217.66º 0.92% 0.98% -
XYZ 22.86 17.42 93.42 -
YUV 96.82 215.01 73.21 -
System Red Green Blue C M Y K H S L
Decimal 20 106 251 0.92 0.58 0 0.02 217.66 0.97 0.53
Hex 14 6A FB 5C 3A 0 2 DA 61 35
Octal 24 152 373 134 72 0 2 332 141 65
Binary 10100 1101010 11111011 1011100 111010 0 10 11011010 1100001 110101

Color Harmonies of #146AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AFB

Black with #146AFB

Text Example


Text Example

White with #146AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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