Html Css Color HEX #2014BD Medium Blue

📋 copy color: '#2014BD'

red 32 ◦ green 20 ◦ blue 189

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

Shades of Medium Blue #2014BD

Tints of Medium Blue #2014BD

RGB

 RED value IS 32 (12.89% from 255) = 13.28%

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 13.28%
G = 8.3%
B = 78.42%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2014BD (or 0x2014BD) is known color: Medium Blue. HEX triplet: 20, 14 and BD. RGB value is (32,20,189). Sum of RGB (Red+Green+Blue) = 32+20+189=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #2014BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014BD is #DFEB42. Grayscale: #2A2A2A. Windows color (decimal): -14674755 or 12391456. OLE color: 12391456.

HSL color Cylindrical-coordinate representation of color #2014BD: hue angle of 244.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014BD is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 20 189 -
CMYK 0.83 0.89 0 0.26
HSL 244.26º 0.81% 0.41% -
HSV(B) 244.26º 0.89% 0.74% -
XYZ 10.03 4.48 48.48 -
YUV 42.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 32 20 189 0.83 0.89 0 0.26 244.26 0.81 0.41
Hex 20 14 BD 53 59 0 1A F4 51 29
Octal 40 24 275 123 131 0 32 364 121 51
Binary 100000 10100 10111101 1010011 1011001 0 11010 11110100 1010001 101001

Color Harmonies of #2014BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014BD

Black with #2014BD

Text Example


Text Example

White with #2014BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2014BD; }

 p { color: rgb(32,20,189); }

 H1.HeaderClassName
 {
   color: #2014BD;
 }
 .AnyTagClassName
 {
   color: #2014BD;
 }
</style>

background-color css

<style>
 a { background-color: #2014BD; }

 a { background-color: rgb(32,20,189); }

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

border-color css

<style>
 span { border-color: #2014BD; }

 span { border-color: rgb(32,20,189); }

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